help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Consequent Matches in `NNMAIL-SPLIT-METHOD'


From: Thien-Thi Nguyen
Subject: Re: Consequent Matches in `NNMAIL-SPLIT-METHOD'
Date: Mon, 22 Jun 2009 17:02:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

() Volkan YAZICI <volkan.yazici@gmail.com>
() Mon, 22 Jun 2009 06:09:11 -0700 (PDT)

   How can I make message splitting through `NNMAIL-SPLIT-METHOD' to stop
   after the first found match, instead of processing the rest.

I have this in ~/.gnus:

(setq nnmail-split-methods 'nnmail-split-fancy)
(setq nnmail-split-fancy
      '(| (from ttn-other-hackers "ttn.software")
          (from "cron daemon" "mail.sysadmin")
          ;; more stuff here
          ))

This seems to do what i think you are looking for.

thi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]