<<< Date Index >>>     <<< Thread Index >>>

Re: treating O as N



René Clerc (2004-07-21, 11:54):
> > > How can I in mutt, treat those mails as N-flagged again?
> > 
> > T ~O ; N
> 
> Which you can push from a folder-hook, to be executed every time you
> enter an IMAP folder.  However, you will want to use the conditional tag
> prefix instead.

For the sake of completeness:

macro index y <tag-pattern>~O<enter><tag-prefix-cond>N<untag-pattern>~N<enter>
folder-hook =somefolder push y

Hendrik