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

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

Re: Newbies questions


From: someusernamehere
Subject: Re: Newbies questions
Date: Wed, 25 Jul 2007 23:26:22 -0000
User-agent: G2/1.0

On Jul 25, 1:24 pm, Karl Kleinpaste <inva...@kleinpaste.org> wrote:
> someusernamehere <someusernameh...@gmail.com> writes:
> > Here are some newbies questions about Gnus:
>
> You really need to get used to reading the manual.  Nearly all of what
> you want can be found there.
>
> > * How I can receive messages each X time?
>
> info://Gnus/Daemons
>
> My use of this:
> a. Scan for mail every 5min, regardless of current activity.
> b. Scan for new news every 20min, if I've left Gnus idle for 20min.
>
> ;;
> ;; level 2: only mail groups are scanned.
> (defun gnus-demon-scan-mail-and-update ()
> "Scan for new mail, updating the *Group* buffer."
>   (gnus-demon-scan-mail-or-news-and-update 2))
> (gnus-demon-add-handler 'gnus-demon-scan-mail-and-update 5 nil)
> ;;
> ;; level 3: mail and local news groups are scanned.
> (defun gnus-demon-scan-news-and-update ()
> "Scan for new mail, updating the *Group* buffer."
>   (gnus-demon-scan-mail-or-news-and-update 3))
> (gnus-demon-add-handler 'gnus-demon-scan-news-and-update 20 20)



mmmm simply this doesn't work for me, I have setup the mail with level
2 and news
with level 3 and pasted these lines in my .gnus.el but my gnus dont
scan for new mail
never :-(



reply via email to

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