Gnus development mailing list
 help / color / mirror / Atom feed
* nnimap-split-methods resets to nil?
@ 2022-06-08  1:18 Emanuel Berg
  2022-06-09  8:04 ` Emanuel Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Emanuel Berg @ 2022-06-08  1:18 UTC (permalink / raw)
  To: ding

(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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-09  8:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08  1:18 nnimap-split-methods resets to nil? Emanuel Berg
2022-06-09  8:04 ` Emanuel Berg

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).