info-gnus-english
[Top][All Lists]
Advanced

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

Re: Split mail


From: Eric Abrahamsen
Subject: Re: Split mail
Date: Sun, 27 Feb 2022 08:17:40 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Edouard Debry <edouard.debry@gmail.com> writes:

> Hello,
>
> I try to split my mail with gnus, without much success at the moment.
>
> Here is the relevant configuration section :
>
>
> <========================================================================>
> (setq gnus-select-method '(nnnil ""))
>
> (setq gnus-secondary-select-methods
>           '((nntp "gmane" (nntp-address "news.gmane.io"))
>             (nnimap "gmail"
>                     (nnimap-inbox "nnimap+gmail:INBOX")
>                       (nnimap-address "imap.gmail.com")
>                       (nnimap-server-port "imaps")
>                     (nnir-search-engine imap)
>                       (nnimap-stream ssl)
>                     (nnimap-authinfo-file "~/.authinfo.gpg")
>                     (nnmail-expiry-target "nnimap+gmail:[Gmail]/Corbeille")
>                     (nnmail-expiry-wait 'immediate)
>                     (nnimap-split-predicate "UNDELETED")
>                     (nnimap-split-fancy
>                      '(|
>                        (to ".*emacs-orgmode@gnu.org" "orgmode")
>                        "nnimap+gmail:INBOX"))
>                     (nnimap-split-methods 'nnimap-split-fancy)
>                     )))
> <========================================================================>
>
> As far as I understand, this should create a gnus group "orgmode" in
> which gnus would move all received mails which Cc to
> emacs-orgmode@gnu.org, because "to" searches both "To" and "Cc" fields.
>
> But nothing so far happens.
>
> If I change (nnimap-inbox "nnimap+gmail:INBOX") into (nnimap-inbox
> "INBOX") and, 
>
> (nnimap-split-fancy
>  '(
>    (to ".*emacs-orgmode@gnu.org" "orgmode")
>     "nnimap+gmail:INBOX"))
>
> into 
> (nnimap-split-fancy
>  '(
>    (to ".*emacs-orgmode@gnu.org" "orgmode")
>     "INBOX"))
>
> then, I get the error :
>
> Error in ‘nnmail-split-methods’; using ‘bogus’ mail group: 
> (wrong-type-argument arrayp (| (to ".*emacs-orgmode@gnu.org" 
> "nnimap+gmail:orgmode") "INBOX")) [39 times]

Your entire select method config is already quoted, so there's no need
to additionally quote the value of `nnimap-split-methods' or
`nnimap-split-fancy'. And yes, the inbox should be a plain (unprefixed)
group name.

(Also, is there actually a `nnimap-authinfo-file' variable? What version
of Emacs/Gnus are you using?)




reply via email to

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