[mew-int 3078] Re: kill file

Petter Gustad <[email protected]> Sat, 21 Apr 2012 10:32:36 +0200 (CEST)
Newsgroups gmane.mail.mew.general
Message-ID <[email protected]>
From: maxigas <[email protected]>
Subject: [mew-int 3076] kill file
Date: Sat, 21 Apr 2012 08:09:15 +0200 (CEST)

> for example to say that "whenever [email protected] sends me a
> message it should automatically marked D after download".

You should also be able to match the From field in
mew-inbox-action-alist for this purpose, e.g.

(setq mew-inbox-action-alist
       '(("From:"
          (?D "[email protected]"))))


//Petter