Re: ext3 on raid5 failure
From: Kiko Piris
Date: Tue Feb 17 2004 - 19:01:45 EST
On 18/02/2004 at 00:14, Pavel Machek wrote:
> > Not everything! I have my email client set up to highlight messages that
> > mention suspend or swsusp. :>
>
> Clever ;-). [How does one do that in mutt?]
color index yellow black '(~b suspend | ~b swsusp)'
But if you use remote mailboxes (such as imap or pop) this sucks. So
it's better to put something like:
folder-hook . "uncolor index *"
folder-hook . "color index yellow black '(~b suspend | ~b swsusp)'"
folder-hook ^imaps?:// "uncolor index *"
folder-hook ^pops?:// "uncolor index *"
in your .muttrc to avoid downloading _all_ message bodies in the index
when reading imap(s) or pop(s) mailboxes.
--
Kiko
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/