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 16:09:29 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

phillip.lord@russet.org.uk writes:

> On 2020-12-10 18:58, phillip.lord@russet.org.uk wrote:
>> On 2020-12-10 18:36, Pankaj Jangid wrote:
>>> Phillip Lord <phillip.lord@russet.org.uk> writes:
>>> 
>> I think
>> I am looking in the wrong place and my configuration here is not the
>> issue at all. I have no idea, unfortunately, what the issue is. If
>> this is supposed to work in Gnus, I think, it is getting all the
>> server information from somehwere else. NOt sure where!
>
>
> And this turns out to be the problem. I tried changing
> secondary-select-methods to this:
>
>
> (setq gnus-secondary-select-methods
>       '(
>         (nnimap "localhost"
>                 ;;(nnimap-address "localhost")
>                 ;;(nnimap-server-port 143)
>                 (nnimap-address "i-dont-exist")
>                 (nnimap-server-port 'random-nonsense)
>                 ;; [...]
>                 (nnimap-inbox "INBOX")
>                 (nnimap-split-methods
>                  (("temp" "^Subject: split-into-temp")
>                   ("INBOX" "")))
>        (nnml ""
>               (nnir-search-engine notmuch))))

This may be an artifact of copy-and-paste, but the above is short one
closing parenthesis on the nnimap declaration.




reply via email to

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