Gnus development mailing list
 help / color / mirror / Atom feed
* make read and expired articles different?
@ 2000-10-13 13:21 Kai Großjohann
  2000-10-18 13:13 ` Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Großjohann @ 2000-10-13 13:21 UTC (permalink / raw)


I'd like the summary buffer to use different colors for `E' and `R'
marked articles.  Does anybody have a ready-made solution?

kai
-- 
I like BOTH kinds of music.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: make read and expired articles different?
  2000-10-13 13:21 make read and expired articles different? Kai Großjohann
@ 2000-10-18 13:13 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2000-10-18 13:13 UTC (permalink / raw)


On 13 Oct 2000, Kai Großjohann wrote:

> I'd like the summary buffer to use different colors for `E' and `R'
> marked articles.  Does anybody have a ready-made solution?

I found it.  Wasn't difficult at all.  Here's my solution:

(make-face 'kai-gnus-summary-expirable-face)
(set-face-foreground 'kai-gnus-summary-expirable-face "darkkhaki")
(add-to-list 'gnus-summary-highlight
             '((= mark gnus-expirable-mark) . kai-gnus-summary-expirable-face))

kai
-- 
I like BOTH kinds of music.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-10-18 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-13 13:21 make read and expired articles different? Kai Großjohann
2000-10-18 13:13 ` Kai Großjohann

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).