Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: someusernamehere <someusernamehere@gmail.com>
To: info-gnus-english@gnu.org
Subject: Re: Newbies questions
Date: Wed, 25 Jul 2007 18:53:01 -0000	[thread overview]
Message-ID: <1185389581.163353.88300@d55g2000hsg.googlegroups.com> (raw)
In-Reply-To: <yu0ejiwtk7b.fsf@mesquite.kleinpaste.org>

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)


Thanks, but, where I define theses levels (2 and 3) for mail and news?
or this is by defauld defined??

  reply	other threads:[~2007-07-25 18:53 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-25 17:17 someusernamehere
2007-07-25 18:24 ` Karl Kleinpaste
2007-07-25 18:53   ` someusernamehere [this message]
2007-07-25 21:35     ` Karl Kleinpaste
2007-07-25 23:26   ` someusernamehere
2007-07-25 23:59     ` Karl Kleinpaste
2007-07-26  0:20       ` someusernamehere
2007-07-26 14:54         ` someusernamehere
2007-07-26 19:38           ` Exal de Jesus Garcia Carrillo
2007-07-26  7:07       ` Tassilo Horn
     [not found]       ` <mailman.4002.1185433725.32220.info-gnus-english@gnu.org>
2007-07-26 10:33         ` Karl Kleinpaste
2007-07-25 18:27 ` Dick Hoogendijk
2007-07-25 18:49 ` David Z Maze

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1185389581.163353.88300@d55g2000hsg.googlegroups.com \
    --to=someusernamehere@gmail.com \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).