all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: s1726@ii.uib.no (Steinar Børmer)
Subject: Re: Can GNUS inform me when I have unread news?
Date: Wed, 23 Jun 2004 13:23:08 +0200	[thread overview]
Message-ID: <ut5y8meecwz.fsf@havengel.ii.uib.no> (raw)
In-Reply-To: uhdt2ojnd.fsf@hotmail.com

Mathias Dahl wrote:

| I've just recently started to use GNUS and I wonder if there is a
| way to make GNUS inform we when there are new articles to read. That
| is, without me needing to press "g" to update the group buffer. I
| took a quick look in the index of the manual and tried to search for
| words like "time", "update", "interval" but did not find anything
| interesting.

Try this:

(setq gnus-use-demon t)                 ; Use some daemonic routines
(gnus-demon-add-handler                 ; Scan for mail in the background
 'gnus-demon-scan-mail-ps 5 1)
(gnus-demon-add-handler                 ; Scan for news in the background
 'gnus-demon-scan-news 5 1)

-- 
SB

I am so smart, so smart - s-m-r-t!  I mean, s-m-A-r-t!
	         			- Homer Simpson

  reply	other threads:[~2004-06-23 11:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-23  6:47 Can GNUS inform me when I have unread news? Mathias Dahl
2004-06-23 11:23 ` Steinar Børmer [this message]
2004-06-23 13:32   ` Mathias Dahl
2004-06-23 15:54   ` Marcus Frings
2004-06-24 12:50     ` Reiner Steib
2004-06-25 13:11       ` Marcus Frings
2004-06-25  8:31     ` Steinar Børmer
2004-06-25 13:07       ` Marcus Frings
2004-06-25 16:10         ` Steinar Børmer

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=ut5y8meecwz.fsf@havengel.ii.uib.no \
    --to=s1726@ii.uib.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.