Gnus development mailing list
 help / color / mirror / Atom feed
From: Mark Boyns <boyns@sdsu.edu>
Cc: ding@gnus.org
Subject: Re: Can Gnus show which folders have new mail?
Date: 18 Jul 1997 14:13:25 -0700	[thread overview]
Message-ID: <x0zprkawsq.fsf@sdsu.edu> (raw)
In-Reply-To: <m3wwmom6pq.fsf@localhost.localdomain>

18 Jul 1997 zcaceog@ucl.ac.uk writes:

> Hi,
> 
> Is there a way to get Gnus to indicate which folders have new mail
> messages? I use nnml to read my mail and when I type "g" I would like
> to have Gnus highlight the folders that have got the new mail until I
> enter them or exit Gnus.
> 
> -- 
> Eze Ogwuma

Use nnmail-new-mail-p in gnus-group-highlight.  Here is mine:

(setq gnus-group-highlight `(((nnmail-new-mail-p (gnus-group-real-name group)) .
			      ,(custom-face-lookup "Gold" nil nil t nil nil))
			     ((string-match "announce" group) .
			      ,(custom-face-lookup "Magenta" nil nil t nil nil))
			     ((> unread 200) .
			      ,(custom-face-lookup "Red" nil nil t nil nil))
			     ((and (< level 3) (> unread 0)) .
			      ,(custom-face-lookup "white" nil nil t nil nil))
			     ((and (< level 6) (> unread 0)) .
			      ,(custom-face-lookup "white" nil nil t nil nil))
			     ((and (< level 10) (> unread 0)) .
			      ,(custom-face-lookup "Salmon" nil nil t nil nil))
			     ))


      parent reply	other threads:[~1997-07-18 21:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-07-18 20:43 Eze Ogwuma
1997-07-18 21:00 ` Danny Siu
1997-07-18 22:17   ` Eze Ogwuma
1997-07-18 21:13 ` Mark Boyns [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=x0zprkawsq.fsf@sdsu.edu \
    --to=boyns@sdsu.edu \
    --cc=ding@gnus.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).