From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79843 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: using bbdb in split methods Date: Wed, 07 Sep 2011 17:03:44 +0200 Message-ID: References: <87hb4rsa22.fsf@ucl.ac.uk> <87bouzthy1.fsf@ericabrahamsen.net> <8762l6gl5j.fsf@ucl.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1315407860 28736 80.91.229.12 (7 Sep 2011 15:04:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Sep 2011 15:04:20 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28137@lists.math.uh.edu Wed Sep 07 17:04:16 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R1Jfg-00074A-CO for ding-account@gmane.org; Wed, 07 Sep 2011 17:04:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1R1JfW-0003fZ-TQ; Wed, 07 Sep 2011 10:04:02 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1R1JfV-0003fO-Se for ding@lists.math.uh.edu; Wed, 07 Sep 2011 10:04:01 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R1JfR-0008Ks-5A for ding@lists.math.uh.edu; Wed, 07 Sep 2011 10:04:01 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1R1JfL-00044i-4b for ding@gnus.org; Wed, 07 Sep 2011 17:03:51 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:To:From; bh=CHcFf4FF7ok/wzq+RwqnPe4XWf7COKG800fqaPyCxp4=; b=MDoHXULxIpNk0R313moxtr2nPtabLxN0oH74qJ39k694T925zljzNlsfUEMDcxTV8/hJPtP/zYXgzqLxdYzUJmXsilDuN5uNV4dtv4qd5giIKlLrLubfq4PKXppHZPMB; Original-Received: from ibookg4-c2.pc.gwdg.de ([134.76.4.219]) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R1JfK-0004pU-8p for ding@gnus.org; Wed, 07 Sep 2011 17:03:50 +0200 In-Reply-To: <8762l6gl5j.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Tue, 06 Sep 2011 08:55:20 +0100") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (darwin) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79843 Archived-At: Eric S. Fraga writes: > Eric Abrahamsen writes: > > [...] > >> Unless I'm misunderstanding you, this is already built into BBDB. Give >> any BBDB record a "gnus-private" field with a gnus group name (ie >> "mail.myfriend"). Then set the following two variables: >> >> (setq nnmail-split-methods 'bbdb/gnus-split-method >> bbdb/gnus-split-nomatch-function 'nnmail-split-fancy) >> >> Splits will happen for BBDB records first, and then fall through to >> nnmail-split-fancy. That ought to do it=E2=80=A6 >> >> E >> >> > > Eric, > > just to confirm that this works perfectly. I now have the best of both > worlds. Many thanks for pointing this out. There's much to learn in > bbdb (and gnus)! I've also written down my setup here: http://www.randomsample.de/dru5/node/57 http://www.randomsample.de/dru5/node/59 http://www.randomsample.de/dru5/node/60 -David