[mew-int 02109] Re: A few questions

Bernhard Heidegger bheide at example.com
Wed Jan 25 18:23:55 JST 2006


From: Ken Deeter <ken at example.com>
Subject: Re: [mew-int 02105] A few questions
Date: Tue, 24 Jan 2006 09:58:06 -0800 (PST)

> On Tue, 24 Jan 2006 09:08:17 +0100 (CET),
>    Bernhard Heidegger <bheide at example.com> muttered...
> > > * Is there a way to get mew to highlight unread messages? Is this a
> > >   simple feature to add? it seems like there's already support for
> > >   highlighting various types of marked messages...
> > 
> > You can set
> > (setq mew-use-unread-mark t)
> > in your .emacs file and new/unread messages will be marked with U
> >
> 
> Yes, I've found this one, and am using it. However, I'd like the
> entire line in the summary mode to look different, not just the
> mark. (Ideally, i'd like it to be bold)

Hmmm, I cannot remember what I did exactly, but I think starting with
mew-4.2.50 I'm just using the following lines in my ~/.mew-theme.el
(mew-face-spec-set
 'mew-face-mark-unread
 '((((class color) (type tty)) (:foreground "green"))
   (((class color) (background light)) (:foreground "ForestGreen"))
   (((class color) (background dark))  (:foreground "LimeGreen"))
   (t (:bold t))))

and the following line in .emacs:
(setq mew-theme-file "~/.mew-theme.el")

Regards,
Bernhard



More information about the Mew-int mailing list