On Wed, May 15, 2002 at 11:38:55PM +0200, Markus Boelter wrote: > I want to mark eMails with the "important"-flag in > /var/spool/mail/lordbyte. How does mutt set this flag in my mbox? I want > to modify my procmail ruleset the way emails marked as "inportant" > still stay in my "newmail"-folder. > What a regex can I use in procmail to match "every mail but not the > important"?
You'll have to break this up into two parts. You have to search for messages that contain no Status: or X-Status: field, and messages which do have one of those fields but don't contain "F" (flagged) in them.