help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Can GNUS inform me when I have unread news?


From: Mathias Dahl
Subject: Re: Can GNUS inform me when I have unread news?
Date: 23 Jun 2004 15:32:53 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

s1726@ii.uib.no (Steinar Børmer) writes:

> Mathias Dahl wrote:
> 
> | I've just recently started to use GNUS and I wonder if there is a
> | way to make GNUS inform we when there are new articles to read. That
> | is, without me needing to press "g" to update the group buffer. I
> | took a quick look in the index of the manual and tried to search for
> | words like "time", "update", "interval" but did not find anything
> | interesting.
> 
> Try this:
> 
> (setq gnus-use-demon t)                 ; Use some daemonic routines
> (gnus-demon-add-handler                 ; Scan for mail in the background
>  'gnus-demon-scan-mail-ps 5 1)
> (gnus-demon-add-handler                 ; Scan for news in the background
>  'gnus-demon-scan-news 5 1)

This worked like a charm for me:

 (setq gnus-use-demon t)                 ; Use some daemonic routines
 (gnus-demon-add-handler                 ; Scan for news in the background
  'gnus-demon-scan-news 5 1)

Thanks!

/Mathias


reply via email to

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