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)
> ("mail.all-other")))
>
> But this doesn't work: all my mail ends up in
> nnml+private:bogus.
> I have to correct myself here: replies are handled correctly,
> i.e. nnmail-split-fancy-with-parent seems to work fine.
I am not familiar with nnmail-split-fancy-with-parent, but I assume that
if it does not find a match, it splits to "nnml+private:bogus".
In that case, you need to change it to split to nil, and then you will
fall through in the |.
There is probably some variable `nnmail-split-fancy-with-parent-default'
whose value is "bogus" that you need to set to nil.
Or just change the code and send in a patch to Lars.
--
Colin
_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/