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

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

Re: Gnus splitting question


From: Pankaj Jangid
Subject: Re: Gnus splitting question
Date: Mon, 07 Dec 2020 19:40:19 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin)

Leo Butler <leo.butler@umanitoba.ca> writes:

>> Why this difference in behaviour?
>
> Quoting. With '(...), everything inside the form evaluates to itself,
> which is not what you want.
>
> You want to use backtick quote `(...) and insert the value of
> my-split-list using the comma ,my-split-list :
>
> (add-to-list 'gnus-secondary-select-methods
>            `(nnimap "otp"
>                     (nnimap-address "imap.gmail.com")
>                     (nnimap-inbox "INBOX")
>                     (nnimap-expunge immediately)
>                     (nnimap-split-methods ,my-split-list)))
>

Thanks. That worked for me.



reply via email to

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