info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make Emacs Gnus to get new mails automatically?


From: ST
Subject: Re: How to make Emacs Gnus to get new mails automatically?
Date: Fri, 22 Jul 2016 14:49:06 +0300

ps: I tried that:
gnus-demon-handlers's value is ((gnus-delay-send-queue 1 nil)
 (gnus-demon-scan-news 5 5))

but it didn't fetch the emails even after waiting 10 min.
I use IMAP so maybe there is a bug with it?...


On Thu, 2016-07-21 at 22:48 +0200, Adam Sjøgren wrote:
> ST writes:
> 
> > I try to fetch new mails with Gnus, but it doesn't work. I tried
> > following options in my `.emacs` file:
> 
> 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)
> 
> 
>   Best regards,
> 
>     Adam
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]