Quoting Goran Koruga <[EMAIL PROTECTED]>:
> Hi everyone,
[snip]
> folder-hook "." "set read_only=yes"
> folder-hook \! "set read_only=no"
> folder-hook (debian-*|mutt|pick6|staff|linux|slang) "set read_only=no"
> ----------------------------------------------------------------------
>

Depending on your directory structure \! may match all folders!  It
appears that the match is on any part of the full path.  For example, if the
default mailbox is ~/Maildir/ and the folders (or other mailboxes) are
in ~/Maildir/folders/, then the pattern \! matches both the default
mailbox and all folders.  Try the pattern '\!$' (with or without the
quotes).  This solved my problem with coloring e-mail from lists only
in \!$ :)

HTH,
   Jeff

Reply via email to