From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14042 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.user Subject: Splitting maildir Date: Sat, 31 Jul 2010 17:08:20 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280588925 31209 80.91.229.12 (31 Jul 2010 15:08:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 31 Jul 2010 15:08:45 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Jul 31 17:08:43 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OfDg1-0002GD-Gs for gegu-info-gnus-english@m.gmane.org; Sat, 31 Jul 2010 17:08:41 +0200 Original-Received: from localhost ([127.0.0.1]:41719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfDg0-0007ST-NW for gegu-info-gnus-english@m.gmane.org; Sat, 31 Jul 2010 11:08:40 -0400 Original-Received: from [140.186.70.92] (port=49250 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfDfw-0007QI-LT for info-gnus-english@gnu.org; Sat, 31 Jul 2010 11:08:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OfDfv-0005X8-IY for info-gnus-english@gnu.org; Sat, 31 Jul 2010 11:08:36 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:36954) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OfDfv-0005WZ-D6 for info-gnus-english@gnu.org; Sat, 31 Jul 2010 11:08:35 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OfDft-0002CU-6W for info-gnus-english@gnu.org; Sat, 31 Jul 2010 17:08:33 +0200 Original-Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Jul 2010 17:08:33 +0200 Original-Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Jul 2010 17:08:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 85.183.18.158 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:14042 Archived-At: 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?