From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4570 Path: news.gmane.org!not-for-mail From: Rohan Nicholls Newsgroups: gmane.emacs.gnus.user Subject: Re: Update or refresh nnimap buffer in summary mode Date: Tue, 22 Feb 2005 14:24:59 -0300 Message-ID: <85650k1p90.fsf@myrealbox.com> References: <87acq5sdxc.fsf@phun.phasmic.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670454 23812 80.91.229.2 (31 Jan 2006 01:20:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:20:54 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:58 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!uio.no!feed.news.tiscali.de!syros.belnet.be!news.belnet.be!transit.news.xs4all.nl!post.news.xs4all.nl!rhinewceros.xs4all.nl!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:D+JsA8TkkOutDXnZB+yXvjtLdyw= Original-NNTP-Posting-Host: 213.84.161.167 Original-X-Trace: 1109078632 dreader15.news.xs4all.nl 149 [::ffff:213.84.161.167]:33006 Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4711 Original-Lines: 33 X-Gnus-Article-Number: 4711 Tue Jan 17 17:33:58 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4570 Archived-At: Neil Woods writes: > On Tue, Feb 15 2005, Rohan Nicholls wrote: > >> * Can I automatically have gnus download new messages from the various >> imap accounts after a certain time period? > > > ,----[ (info "(gnus)Daemons") ] > | Gnus, being larger than any program ever written (allegedly), does lots > | of strange stuff that you may wish to have done while you're not > | present. For instance, you may want it to check for new mail once in a > | while. Or you may want it to close down all connections to all servers > | when you leave Emacs idle. And stuff like that. > | > | Gnus will let you do stuff like that by defining various "handlers". > | Each handler consists of three elements: A FUNCTION, a TIME, and an > | IDLE parameter. > `---- > > E.g., the following lines added to your ~/.gnus will download new > messages every 10 minutes: > > (require 'gnus-demon) > (setq gnus-use-demon t) > (gnus-demon-add-handler 'gnus-group-get-new-news 10 t) > (gnus-demon-init) > (gnus-demon-add-rescan) Thanks so much for this, it works beautifully, so beautifully I keep forgetting it is there. rohan