Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: asjo@koldfront.dk (Adam Sjøgren)
To: info-gnus-english@gnu.org
Subject: Re: Problem trying to get new email every 10 minutes automatically
Date: Sun, 18 Oct 2015 14:44:00 +0200	[thread overview]
Message-ID: <87pp0c8hyn.fsf@tullinup.koldfront.dk> (raw)
In-Reply-To: <ff57db41-6ea6-4968-9859-b73653534503@googlegroups.com>

cseberino@gmail.com writes:

> The last line below of my Gnus config I assumed was to grab new email
> every 10 minutes. I sent an email to my Gmail account and noticed it
> showed up in my other non-Emacs email client inbox but not in Gnus
> inbox. Why?

I'm using this, which works for me:

  ; Demon to fetch email every 5 minutes when Emacs has been idle for 5 minutes:
  (gnus-demon-add-handler 'gnus-demon-scan-news 5 5)
  ; Demon to send queued email every other minute:
  (gnus-demon-add-handler 'gnus-delay-send-queue 1 nil)
  (gnus-demon-init)

"idle" does mean "you haven't touched Emacs at all".


  Best regards,

    Adam

-- 
 "Och när jag blundar hörs din röst                           Adam Sjøgren
  Jag kan inte se ditt ansikte                           asjo@koldfront.dk
  Det var det jag glömde först"


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  parent reply	other threads:[~2015-10-18 12:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-18  1:44 cseberino
2015-10-18 10:12 ` Peter Münster
2015-10-18 12:44 ` Adam Sjøgren [this message]
2015-10-18 14:30   ` Emanuel Berg
     [not found] ` <mailman.546.1445163145.7904.info-gnus-english@gnu.org>
2015-10-18 23:40   ` cseberino
2015-10-18 23:57     ` Emanuel Berg
     [not found] ` <84eggs61za.fsf@example.com>
2015-10-18 12:08   ` Emanuel Berg
2015-10-19  0:12     ` Brady Trainor
2015-10-19 23:24       ` Emanuel Berg
2015-10-18 13:04   ` Random832
     [not found]   ` <mailman.555.1445173514.7904.info-gnus-english@gnu.org>
     [not found]     ` <84y4f03wvp.fsf@example.com>
2015-10-18 21:30       ` Random832
2015-10-19  0:21   ` Brady Trainor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pp0c8hyn.fsf@tullinup.koldfront.dk \
    --to=asjo@koldfront.dk \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).