Christoph Groth <christ...@grothesque.org> writes:

> Hi,
>
> I'm trying to setup group mail splitting in a setup where I receive
> mail through multiple IMAP accounts that are configured through
> gnus-secondary-select-methods.
>
> Simply setting gnus-secondary-select-methods in ~/.gnus, like with
> plain splitting, doesn't work, since at the time when ~/.gnus is
> executed (gnus-group-split-fancy) returns an empty split.
>
> In order to solve this problem, I have defined a function
> my-set-secondary-select-methods and add it to one or multiple
> appropriate hooks.  Is there a better alternative?
>
> If not, what hooks should I add my function to?  It seems to work with
>
> (add-hook 'gnus-read-newsrc-el-hook 'my-set-secondary-select-methods)
> (add-hook 'gnus-get-new-news-hook 'my-set-secondary-select-methods)

I'm not entirely sure what's going on with your setup, here, but I'm
pretty sure it should work without having to re-set your secondary
select methods in a hook.

Can you show us a simple config, setting gnus-secondary-select-methods
and the splitting rules in ~/.gnus? The setup that isn't working for
you?

Eric


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to