Gnus development mailing list
 help / color / mirror / Atom feed
From: Jaap-Henk Hoepman <hoepman@cs.utwente.nl>
Subject: Re: the laborious bootstrap process
Date: 14 Mar 2000 12:48:07 +0100	[thread overview]
Message-ID: <kpd7ox3h8o.fsf@utip202.cs.utwente.nl> (raw)
In-Reply-To: Steinar Bang's message of "13 Mar 2000 20:46:49 +0100"

On 13 Mar 2000 20:46:49 +0100 Steinar Bang <sb@metis.no> writes:
> >>>>> 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)

I use

(gnus-demon-add-handler 'gnus-demon-scan-mail 5 nil)
(gnus-demon-add-handler 'gnus-demon-scan-news 5 nil)
(gnus-demon-init)

which will scan for new mail every 5 minutes, regardless of other emacs
activity.

Jaap-Henk

-- 
Jaap-Henk Hoepman             | Come sail your ships around me
Dept. of Computer Science     | And burn these bridges down
University of Twente          |       Nick Cave - "Ship Song"
Email: hoepman@cs.utwente.nl === WWW: www.cs.utwente.nl/~hoepman
Phone: +31 53 4893795 === Secr: +31 53 4893770 === Fax: +31 53 4894590
PGP ID: 0xF52E26DD  Fingerprint: 1AED DDEB C7F1 DBB3  0556 4732 4217 ABEF



      parent reply	other threads:[~2000-03-14 11:48 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
2000-03-13 19:57     ` Karl Kleinpaste
2000-03-14 20:56       ` Steinar Bang
2000-03-14 11:48     ` Jaap-Henk Hoepman [this message]

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=kpd7ox3h8o.fsf@utip202.cs.utwente.nl \
    --to=hoepman@cs.utwente.nl \
    /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).