Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Richard Riley <rileyrg@gmail.com>
To: info-gnus-english@gnu.org
Subject: Splitting maildir
Date: Sat, 31 Jul 2010 17:08:20 +0200	[thread overview]
Message-ID: <i31e95$rkg$1@dough.gmane.org> (raw)


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?

             reply	other threads:[~2010-07-31 15:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-31 15:08 Richard Riley [this message]
2010-07-31 15:16 ` Richard Riley

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='i31e95$rkg$1@dough.gmane.org' \
    --to=rileyrg@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).