Eric Abrahamsen <[email protected]> writes:
>> Why is it working?
>
> The only question harder to answer than "Why isn't it working?" is "Why
> IS it working?" :)
>
> Your imap servers have a nnimap-split-methods value of 'default, which
> means each one will use the value of nnmail-split-methods.
> nnmail-split-methods is set to the symbol 'nnmail-split-fancy, so all
> servers should use the value of that variable.
>
> The gnus-group-split-update function sets nnmail-split-fancy to a split
> made from group parameters.
>
> In your config, you've got nnmail-split-methods set to an actual split.
> But when gnus-group-split-update runs, it should completely override
> that config with a split made from group parameters.
>
> So my question is: have you set to-list/to-address parameters on your
> groups? Because if you haven't, I don't know how any splitting is
> happening. Can you show the value of nnmail-split-fancy after Gnus is
> done starting up?
I try to understand what you wrote.
Because i'm not sure what to-list parameter means here is one server
configuration complete.
(nnimap "GMail"
(nnimap-address "imap.gmail.com")
(nnimap-server-port "imaps")
(nnimap-user
"[email protected]")
(nnimap-stream ssl)
(nnimap-inbox "INBOX")
(nnimap-expunge t)
(nnimap-record-commands t)
(nnimap-split-methods default)
(get-new-mail t)
(nnir-search-engine imap)
)
and here are my posting styles.
;; posting styles
(setq gnus-parameters '(("JP"
(posting-style
(address "[email protected]")
(name "gesetzt")
("X-Message-SMTP-Method" "smtp xxx.mailout.server-he.de 25 xxx-xxx")
(body "")
))
and here is the value of nnmail-split-fancy
nnmail-split-fancy is a variable defined in `nnmail.el'.
Its value is (| "mail.misc")
Original value was
"mail.misc"
Does it help?
Regards
Poul
>> Is it better, to put it inside the server?
>
> If you want different rules for different servers, then put the rules in
> the individual servers. If you want the same rules for everything, then
> you can just set global values.
Ok, i understand.
Could i mix rules?
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english