Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: physiculus <physiculus@gmail.com>
To: gnus <info-gnus-english@gnu.org>
Subject: Problem splitting (nnimap-inbox "[Gmail]/Alle Nachrichten")
Date: Sat, 16 Jan 2021 19:51:28 +0100	[thread overview]
Message-ID: <87wnwc67gv.fsf@googlemail.com> (raw)

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

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

             reply	other threads:[~2021-01-16 18:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-16 18:51 physiculus [this message]
2021-01-16 20:54 ` Eric Abrahamsen
2021-01-17 14:17   ` physiculus
2021-01-18  4:53     ` Bob Newell
2021-01-18 13:42       ` Lars-Johan Liman
2021-01-18 18:17         ` Bob Newell
2021-01-19  9:24           ` Lars-Johan Liman
2021-01-19 18:46             ` Jeffrey DeLeo
2021-01-20 20:06               ` Bob Newell
2021-01-21  7:37                 ` physiculus
2021-01-21 20:20                   ` Bob Newell
2021-01-21 11:43               ` Lars-Johan Liman
2021-01-21 21:43                 ` Jeffrey DeLeo
2021-01-22  2:43                   ` Bob Newell
2021-01-19  9:43         ` physiculus
2021-01-19 10:52           ` Lars-Johan Liman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wnwc67gv.fsf@googlemail.com \
    --to=physiculus@gmail.com \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).