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/gnus-split-

Re: bbdb/gnus-split-method

2001-07-20 Thread Martin Gasbichler
>>>>> "Kai" == Kai Großjohann <[EMAIL PROTECTED]> writes: Kai> On 19 Jul 2001, Martin Gasbichler wrote: >> Yes, and this is bad. nnmail-split-fancy-with-parent should always >> have highest precedence (as I assume that the parent was split >>

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 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-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") > (setq nnmail-split-methods 'nnmail-split-fan

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 'nnmail-split-fancy) (se