help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nnimap splitting


From: Eric Abrahamsen
Subject: Re: nnimap splitting
Date: Thu, 10 Dec 2020 09:41:58 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Phillip Lord <phillip.lord@russet.org.uk> writes:

> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>> Phillip Lord <phillip.lord@russet.org.uk> writes:
>>
>>> I am trying to set up imap splitting (for about the third time!)
>>
>> I feel your pain!
>>
>>> , as I move toward an fully imap setup. I find that I cannot get it to
>>> work in even a basic way. I suspect that I have done something daft,
>>> but I can't find it.
>>>
>>> My set up is long unfortunately, so hard to reproduce it all here, but
>>> I'd welcome anyone giving me ideas. The select methods look like this:
>>>
>>> (setq gnus-select-method '(nnnil ""))
>>> (setq gnus-secondary-select-methods
>>>       '(
>>>         (nnimap "localhost"
>>>                 (nnimap-address "localhost")
>>>                 (nnimap-server-port 143)
>>>                 ;; [...]
>>>                 (nnimap-inbox "INBOX")
>>>                 (nnimap-split-methods 'nnimap-split-fancy)
>>
>> Don't quote 'nnimap-split-fancy in this line. In fact, it's possible
>> that you can do without this dance altogether -- the manual makes it
>> look like that's okay. Maybe take this clause out and see if it works,
>> and if it doesn't, put it back in but don't quote nnimap-split-fancy.
>
>
>
> Alas no. I am still confused as to whether the server are being set at
> all.

You mean the server variables? If they're specified correctly, and it
looks like they are apart from the quoting issue, they should all be
honored. Can you get non-fancy splitting working? Try the simplest case.

FWIW, my local imap settings look like:

(nnimap "EA"
        (nnimap-address "localhost")
        (nnimap-stream network)
        (nnimap-authenticator login)
        (nnimap-user "eric@ericabrahamsen.net"))

With passwords kept in the pass utility via ~/.authinfo.gpg. I don't do
client-side splitting, though.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]