Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Splitting maildir
@ 2010-07-31 15:08 Richard Riley
  2010-07-31 15:16 ` Richard Riley
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Riley @ 2010-07-31 15:08 UTC (permalink / raw)
  To: info-gnus-english


I recently reconfigured my email to use local maildir (making mairix
search possible). I also use nnmbox for system emails. My config looks
something like this:-

,----
| (setq gnus-secondary-select-methods '((nnmbox "private")))
| (setq nnmail-spool-file "/var/spool/mail/shamrock")
| (setq mail-sources
|       '((file :path "/var/spool/mail/shamrock")))
| 
|   (add-to-list 'gnus-secondary-select-methods
|                '(nnmaildir "riley" (directory "~/.Maildir/.riley")))
`----

(I dont know why I need to set mail.sources as well as nnmail-spool-file)

I created a nnmbox group

,----
| nnmbox+private:motorola
`----

I then set my nnmail-split-methods

,----
|  (setq nnmail-split-methods (quote (("nnmbox+private:motorola" "Subject:.*Milestone.*"))))
`----

Yet no splitting of new maildir mail occurs.

Opinions/corrections? I guess I am missing some sort of "allow
splitting" toggle?

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

* Re: Splitting maildir
  2010-07-31 15:08 Splitting maildir Richard Riley
@ 2010-07-31 15:16 ` Richard Riley
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Riley @ 2010-07-31 15:16 UTC (permalink / raw)
  To: info-gnus-english

>
> (I dont know why I need to set mail.sources as well as nnmail-spool-file)
>

I know now : nnmail-spool-file is obsolete.

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

end of thread, other threads:[~2010-07-31 15:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-31 15:08 Splitting maildir Richard Riley
2010-07-31 15:16 ` Richard Riley

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