[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnimap-split-rule regex: match newlines
From: |
David Z Maze |
Subject: |
Re: nnimap-split-rule regex: match newlines |
Date: |
Fri, 15 Dec 2006 16:32:56 -0500 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (usg-unix-v) |
"Kurt B. Kaiser" <kbk@shore.net> writes:
> aurelien.cedeyn@free.fr (Aurélien Cedeyn) writes:
>
>> I think you can do like this :
>> ("INBOX.SomeMailbox" "^From:.*avendor)
>> ("INBOX.SomeMailbox" "^Subject:.*Order Confirmation")
>
> I need to "and" the specifications, I don't want all the mail from
> 'avendor' in SomeMailbox, nor everything with "Order Confirmation"
> in the subject.
nnmail-split-fancy can do that pretty readily:
(from "avendor"
("Subject" "Order Confirmation" "INBOX.SomeMailbox"))
See its documentation or (gnus)Fancy Mail Splitting for more details.
--dzm