emacs-wiki-discuss
[Top][All Lists]
Advanced

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

[emacs-wiki-discuss] Re: Planner tip #1: Overcome inbox insanity the Pla


From: Sacha Chua
Subject: [emacs-wiki-discuss] Re: Planner tip #1: Overcome inbox insanity the Planner way
Date: Thu, 27 Oct 2005 23:21:47 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

Trent Buck <address@hidden> writes:

> I have mail in separate folders, but it's sorted
> automatically by Gnus, using the `nnmail-split-methods'
> variable.  Here's an example demonstrating a few simple
> regexp patterns.

Oh, yes, of course I've got that going on for all my mailing lists. =)

>
> (setq nnmail-split-methods
>       `(("mail.debian.cl"                                    ; Debian CL list
>          ,(rx bol "Subject:" (0+ nonl) "[cl-debian]"))

I use

(setq nnmail-split-methods 'nnmail-split-fancy)
(setq nnmail-split-fancy 
      '(|
        (any "plannerlove.com" "mail.plannerlove")
        ("X-Spam-Status" "Yes" "spam")
        (any "entreplinkphilippines" "list.entreplink")
        (any "address@hidden" "list.43folders")
        ...
        (: nnmail-split-fancy-with-parent)
        ...

which could be easier to write, and does pretty fun stuff.

-- 
Sacha Chua <address@hidden> - open source, free software geekette
http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C
interests: emacs, gnu/linux, personal information management, public speaking
sachac on irc.freenode.net#emacs . YM: sachachua83




reply via email to

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