Gnus development mailing list
 help / color / mirror / Atom feed
From: Albert Chun-Chieh Huang <jjhuang@cm.nctu.edu.tw>
Subject: How to add bbdb/gnus-split-method into existing nnmail-split-methods?
Date: Mon, 10 Nov 2003 16:00:28 +0800	[thread overview]
Message-ID: <uvfpstzz7.fsf@cm.nctu.edu.tw> (raw)

Hello, all,

I've spent a whole day to study how to add bbdb/gnus-split-method into
existing nnmail-split-methods, but I can't solve it by myself. 

Now, I already have a list of nnmail-split-methods, so I don't want to
use nnmail-split-fancy. And I want to split all BBDB members into a
group "mail.private", which means private mails, and all other mails
use the existing nnmail-split-methods. So I add bbdb/gnus-split-method
into the front of nnmail-split-methods, as follows:
(setq nnmail-split-methods
        '(
	  (bbdb/gnus-split-method)
	  ("mail.emacs-devel"
                "^From:.*emacs-devel@gnu.org\\|^To:.*emacs-devel@gnu.org\\|^Cc:.*emacs-devel@gnu.org\\|^List-Id:.*emacs-devel.gnu.org")
          (blah blah blah)))

And this doesn't work, I tried to trace it, but I couldn't find any
solution yet. Any idea? Thanks in advance.
-- 
Chun-Chieh Huang, aka Albert   | E-mail: jjhuang AT cm.nctu.edu.tw
黃俊傑                         |
Department of Computer Science | 
National Tsing Hua University  | MIME/ASCII/PDF/PostScript are welcome!
HsinChu, Taiwan                | NO MS WORD DOC FILE, PLEASE!




                 reply	other threads:[~2003-11-10  8:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uvfpstzz7.fsf@cm.nctu.edu.tw \
    --to=jjhuang@cm.nctu.edu.tw \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).