On Jul 25, 1:24 pm, Karl Kleinpaste <[EMAIL PROTECTED]> wrote: > someusernamehere <[EMAIL PROTECTED]> 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)
Thanks, but, where I define theses levels (2 and 3) for mail and news? or this is by defauld defined?? _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
