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

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

Problem splitting (nnimap-inbox "[Gmail]/Alle Nachrichten")


From: physiculus
Subject: Problem splitting (nnimap-inbox "[Gmail]/Alle Nachrichten")
Date: Sat, 16 Jan 2021 19:51:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hello,
i reconfigured my gmail account from splitting INBOX to All Mails.
The reason was duplicated mails in folder INBOX IMPORTANT STARRED.
I read about it and one solution should be the change from folder INBOX
to All Mails.
But after that change splitting is not working properly anymore.
Most mail are not splitted automatic. If i respool, it works ?? Strange.

I dont know what to do. Perhaps someone has an idea.

here is my config:
(setq gnus-secondary-select-methods '(
(nnimap "GMail"
                                              (nnimap-address "imap.gmail.com")
                                              (nnimap-server-port "imaps")
                                              (nnimap-user "xxx@googlemail.com")
                                              (nnimap-stream ssl)
                                              (nnimap-inbox "[Gmail]/Alle 
Nachrichten")
                                              (nnimap-expunge 'immediately)
                                              ;;(nnimap-record-commands t)
                                              (nnimap-split-methods default)
                                              (spam-autodetect-recheck-messages 
nil)
                                              (nnimap-split-download-body t)
                                              (spam-process ((spam 
spam-use-bogofilter)
                                                             (ham 
spam-use-bogofilter)))
                                              (nnmail-split-fancy
                                               (&
                                                (&
                                                 (: spam-split "regex-spam" 
'spam-use-regex-headers)
                                                 (: 
nnmail-split-fancy-with-parent)
                                                 (: spam-split)
                                                 )
                                                (|
                                                 (any ".*xxx@haus\\.de" "Linz")
                                                 (any ".*xxx@haus\\.de" "Linz")
                                                 (any ".*xxx@haus\\.de" "Linz")
                                                 (any ".*xxx@gmail\\.com" 
"Linz")
                                                                         (any 
".*xxx@haus\\.de" "Linz")
                                                 )
                                                (&
                                                 (any 
".*emacs-orgmode@gnu\\.org" "OrgDigest")
                                                 (any 
".*info-gnus-english@gnu\\.org" "gnus")
                                                 (any ".*n3\\.nabble\\.com" 
"notmuch")
                                                 (any 
".*mu-discuss@googlegroups\\.com" "mu")
                                                 (any ".*pinterest\\.com" 
"Pinterest")
                                                 (any 
".*bbdb-user-request@nongnu\\.org" "bbdb")
                                                 (any 
".*emms-help-request@gnu\\.org" "emms")
                                                 (any ".*ebay\\.com" "EBay")
                                                 (any ".*ebay\\.de" "EBay")
                                                 (any ".*@correctiv\\.org" 
"Correctiv")
                                                 ))
                                               "INBOX")
                                              ;;(nnimap-split-methods default)
                                              (get-new-mail t)
                                              (gnus-search-engine 
gnus-search-imap)
                                              )
)

Regards
Paul



reply via email to

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