From: Emanuel Berg <incal@dataswamp.org> To: ding@gnus.org Subject: nnimap-split-methods resets to nil? Date: Wed, 08 Jun 2022 03:18:23 +0200 [thread overview] Message-ID: <87pmjkc5r4.fsf@dataswamp.org> (raw) (let ((mail-ooa-re "\\(To\\|Cc\\).*\\(ding@gnus.org\\|emacs-devel@gnu.org\\|emacs-erc@gnu.org\\|emacs-orgmode@gnu.org\\|emacs-tangents@gnu.org\\|emacs-w3m@namazu.org\\|gmane-discuss@quimby.gnus.org\\|gnuplot-info@lists.sourceforge.net\\|help-gnu-emacs@gnu.org\\|tex-live@tug.org\\)")) (setq nnmail-split-methods `( ("mail.dataswamp" "From: Emanuel Berg <incal@dataswamp.org>") ("mail.ml-ooa" ,mail-ooa-re) ("mail.misc" "") )) (setq nnimap-split-methods `( ("mail.ml-ooa" ,mail-ooa-re) ("INBOX" "") ))) There is something up with `nnimap-split-methods', it doesn't behave as `nnmail-split-methods', specifically it resets when you restart Gnus and the library is loaded I guess. `nnmail-split-methods' is an option (bogus distinction IMO), maybe that's the difference? -- underground experts united https://dataswamp.org/~incal
next reply other threads:[~2022-06-08 1:18 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-06-08 1:18 Emanuel Berg [this message] 2022-06-09 8:04 ` Emanuel Berg
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=87pmjkc5r4.fsf@dataswamp.org \ --to=incal@dataswamp.org \ --cc=ding@gnus.org \ --subject='Re: nnimap-split-methods resets to nil?' \ /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
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).