Gnus development mailing list
 help / color / mirror / Atom feed
From: Steinar Bang <sb@metis.no>
Subject: Re: the laborious bootstrap process
Date: 13 Mar 2000 20:46:49 +0100	[thread overview]
Message-ID: <whbt4i64ba.fsf@viffer.metis.no> (raw)
In-Reply-To: Karl Kleinpaste's message of "13 Mar 2000 10:48:38 -0500"

>>>>> Karl Kleinpaste <karl@justresearch.com>:

> Darcy Brockbank <darcy@hasc.com> writes:

>> (2) I'd like to have it poll my mail server for new mail every
>> five minutes or so, rather than having me do this manually. I
>> can't seem to find anything to set this behaviour.

> My choice, slurped out of gnu.emacs.gnus quite some time back, and
> then modified to my personal taste:

A simpler version is simply:

;; daemonical mail and news fetch
(gnus-demon-add-rescan)

This one fetches mail if Gnus is left alone for one hour.  I guess the 
simplest setup to fetch mail every 5 minutes, would be something like
this:
	(gnus-demon-add-handler 'gnus-demon-scan-mail 5 t)

NB! This is not tested.



  reply	other threads:[~2000-03-13 19:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-03-13 15:28 Darcy Brockbank
2000-03-13 15:48 ` Karl Kleinpaste
2000-03-13 19:46   ` Steinar Bang [this message]
2000-03-13 19:57     ` Karl Kleinpaste
2000-03-14 20:56       ` Steinar Bang
2000-03-14 11:48     ` Jaap-Henk Hoepman

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=whbt4i64ba.fsf@viffer.metis.no \
    --to=sb@metis.no \
    /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).