all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* nnimap-split-methods ?
@ 2020-08-29  3:43 David Masterson
  2020-08-29  5:04 ` Jamie Beardslee
  0 siblings, 1 reply; 5+ messages in thread
From: David Masterson @ 2020-08-29  3:43 UTC (permalink / raw)
  To: help-gnu-emacs

I've begun setting Gnus to read my mail on outlook.com.  I've my outlook
email to a couple of mailing lists.  I've got my beginning setup working
in that it select outlook via nnimap, pulls down the email, expunges the
email from outlook, and presents me with the Groups list of email. I'm
now trying to add nnimap-split-methods to split the mailing lists out
into separate folders:

(setq nnimap-split-methods
      '(
	("mail.orgmode" "^\(To:\|Cc:\).*emacs-orgmode@gnu.org")
	("mail.emacs" "^\(To:\|Cc:\).*help-gnu-emacs@gnu.org")
	("mail.misc" "")
	)
      )

What happens, though, is all the mail winds up in mail.misc.

Can anyone tell me why?

-- 
David Masterson



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

end of thread, other threads:[~2020-08-31 23:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-29  3:43 nnimap-split-methods ? David Masterson
2020-08-29  5:04 ` Jamie Beardslee
2020-08-31  2:08   ` David Masterson
2020-08-31 23:12   ` David Masterson
2020-08-31 23:22     ` David Masterson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.