Re: bbdb/gnus-split-method Resent-To

2003-10-13 Thread Robert Widhopf
On Friday, October 10, 2003 at 10:26:29, Robert Widhopf wrote: > On Monday, September 29, 2003 at 16:05:01, Thomas Gerds wrote: > > hi, > > > > the bbdb/gnus-split-method (bbdb version 2.34) can not identify > > articles where instead of "From" and "To

Re: bbdb/gnus-split-method Resent-To

2003-10-10 Thread Robert Widhopf
On Monday, September 29, 2003 at 16:05:01, Thomas Gerds wrote: > hi, > > the bbdb/gnus-split-method (bbdb version 2.34) can not identify > articles where instead of "From" and "To" headers "Resent-From" and > "Resent-To" headers appear. has

bbdb/gnus-split-method Resent-To

2003-09-29 Thread Thomas Gerds
hi, the bbdb/gnus-split-method (bbdb version 2.34) can not identify articles where instead of "From" and "To" headers "Resent-From" and "Resent-To" headers appear. has this problem been fixed somewhere? than

Re: bbdb/gnus-split-method

2001-07-25 Thread Martin Gasbichler
I finally found the problem: bbdb/gnus-split-method returns a pair, but nnmail-split-fancy expects simply the group. I didn't see this earlier, because I misinterpreted a trace... So, I use this function within nnmail-split-fancy: (defun bbdb/gnus-split-fancy-method () "Call bbdb/

Re: bbdb/gnus-split-method

2001-07-21 Thread Kai Großjohann
ays >>> have highest precedence (as I assume that the parent was split >>> correctly). > > Kai> Yes. Therefore you need something which is similar to > Kai> bbdb/gnus-split-method, but returns nil when nomatch, rather > Kai> than calling a specific function

Re: bbdb/gnus-split-method

2001-07-20 Thread Martin Gasbichler
correctly). Kai> Yes. Therefore you need something which is similar to Kai> bbdb/gnus-split-method, but returns nil when nomatch, rather than Kai> calling a specific function for that. Kai> But maybe you can set bbdb/gnus-split-nomatch-function to a function Kai> which returns nil.

Re: bbdb/gnus-split-method

2001-07-19 Thread Martin Gasbichler
>>>>> "Kai" == Kai Großjohann <[EMAIL PROTECTED]> writes: Kai> On 19 Jul 2001, Martin Gasbichler wrote: >> Is it just, that bbdb/gnus-split-method is not suitable for >> nnmail-split-fancy? Kai> I think so. A cursory look at the code seems to

Re: bbdb/gnus-split-method

2001-07-19 Thread Kai Großjohann
On 19 Jul 2001, Martin Gasbichler wrote: > Is it just, that bbdb/gnus-split-method is not suitable for > nnmail-split-fancy? I think so. A cursory look at the code seems to say that there is a variable bbdb/gnus-split-nomatch-function which gives a function to call in case BBDB couldn&

Re: bbdb/gnus-split-method

2001-07-19 Thread Martin Gasbichler
>>>>> "Kai" == Kai Großjohann <[EMAIL PROTECTED]> writes: Kai> On 18 Jul 2001, Martin Gasbichler wrote: >> >> (setq nnmail-split-fancy >> '(| (: nnmail-split-fancy-with-parent) >> (: bbdb/gnus-split-method) >> ("mail.al

Re: bbdb/gnus-split-method

2001-07-19 Thread Colin Rafferty
Martin Gasbichler wrote: > (setq bbdb/gnus-split-default-group "mail.all-other") > (setq nnmail-split-methods 'nnmail-split-fancy) > (setq nnmail-split-fancy > '(| (: nnmail-split-fancy-with-parent) > (: bbdb/gnus-split-method) > (&qu

Re: bbdb/gnus-split-method

2001-07-18 Thread Martin Gasbichler
> I just discovered bbdb/gnus-split-method and it's really > great. However, I have one problem: I'd like to use > nnmail-split-fancy-with-parent, too. > So I came up with the following setup: > (setq bbdb/gnus-split-default-group "mail.all-other") > (s

bbdb/gnus-split-method

2001-07-18 Thread Martin Gasbichler
Hi, I just discovered bbdb/gnus-split-method and it's really great. However, I have one problem: I'd like to use nnmail-split-fancy-with-parent, too. So I came up with the following setup: (setq bbdb/gnus-split-default-group "mail.all-other") (setq nnmail-split-methods