"Kurt B. Kaiser" <[EMAIL PROTECTED]> writes:

> [EMAIL PROTECTED] (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
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to