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: Adam Sjøgren
Subject: Re: How to make Emacs Gnus to get new mails automatically?
Date: Thu, 21 Jul 2016 22:48:45 +0200
User-agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/24.5 (gnu/linux)

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

-- 
 "file://osv er en del af http fra ruder konges tid."         Adam Sjøgren
                                                         asjo@koldfront.dk




reply via email to

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