Gnus development mailing list
 help / color / mirror / Atom feed
* Scanning Mail/Refreshing Group Buffer
@ 2000-02-11 16:18 Chris Richards
  2000-02-11 17:07 ` David S. Goldberg
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Richards @ 2000-02-11 16:18 UTC (permalink / raw)


Howdy.

I am attempting to change the frequency at which mail and news
backends are checked independent of one another.

I use:

(gnus-demon-init)
(gnus-demon-add-handler 'gnus-demon-scan-news 30 nil)
(gnus-demon-add-handler 'gnus-demon-scan-mail 5 nil)

However, when new mail is successfully scanned, the *Group* buffer
is not refreshed.  When news is scanned, the *Group* buffer is
refreshed.  (This is because gnus-demon-scan-news tail-calls
gnus-group-get-new-news ['g'] which does the whole shbang.)

Any suggestions short of duplicating a whole mess of code in
gnus-start.el?

Cheers,
cjr



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Scanning Mail/Refreshing Group Buffer
  2000-02-11 16:18 Scanning Mail/Refreshing Group Buffer Chris Richards
@ 2000-02-11 17:07 ` David S. Goldberg
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Goldberg @ 2000-02-11 17:07 UTC (permalink / raw)


When I used to use gnus-demon to do this, I just defadvice'd
gnus-demon-scan-mail to call (gnus-group-get-new-news 2) after
running.
-- 
Dave Goldberg
Post: The Mitre Corporation\MS B325\202 Burlington Rd.\Bedford, MA 01730
Phone: 781-271-3887
Email: dsg@mitre.org



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-02-11 17:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-11 16:18 Scanning Mail/Refreshing Group Buffer Chris Richards
2000-02-11 17:07 ` David S. Goldberg

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).