From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9270 Path: news.gmane.org!not-for-mail From: Ruslan Spivak Newsgroups: gmane.emacs.gnus.user Subject: Re: nnmaildir + namazu + fancy splitting: problem solved Date: Wed, 04 Jul 2007 04:25:21 +0300 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183512451 25249 80.91.229.12 (4 Jul 2007 01:27:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Jul 2007 01:27:31 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Jul 04 03:27:28 2007 connect(): Connection refused 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.50) id 1I5teM-0007Qi-N1 for gegu-info-gnus-english@m.gmane.org; Wed, 04 Jul 2007 03:27:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5teM-000302-7c for gegu-info-gnus-english@m.gmane.org; Tue, 03 Jul 2007 21:27:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I5teJ-0002uD-3m for info-gnus-english@gnu.org; Tue, 03 Jul 2007 21:27:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I5teH-0002qp-C6 for info-gnus-english@gnu.org; Tue, 03 Jul 2007 21:27:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5teH-0002qk-8T for info-gnus-english@gnu.org; Tue, 03 Jul 2007 21:27:17 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I5teG-0002AP-Qx for info-gnus-english@gnu.org; Tue, 03 Jul 2007 21:27:17 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I5te9-0007XS-Ra for info-gnus-english@gnu.org; Wed, 04 Jul 2007 03:27:09 +0200 Original-Received: from 37-161-124-91.pool.ukrtel.net ([91.124.161.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jul 2007 03:27:09 +0200 Original-Received: from ruslan.spivak by 37-161-124-91.pool.ukrtel.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jul 2007 03:27:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 47 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 37-161-124-91.pool.ukrtel.net User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:xYGcViKVQGL58AeTY7SVOpxA+ls= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:9270 Archived-At: Ruslan Spivak writes: > Hello, everybody. > > I'm using Emacs from CVS (22.1.50) with Gnus and have several select > methods: nnmaildir and nnml. In addition i've set up gnus namazu and > fancy splitting rules both for mails from nnmaildir and nnml. > > The problem is that search works only with nnml, the same is for fancy > splitting rules - they work only for nnml group. > I've tested namazu search from command line and it retuned search > results for mails belonging to nnmaildir group while it doesn't work > from emacs. > > It seems somewhat related that fancy rules and namazu search work only > for nnml but not for nnmaildir. > > This is excerpt for my select methods: > --------------------------------------------------------------- > (setq mail-sources '((file :path "/var/mail/alienoid"))) > (setq gnus-secondary-select-methods > '((nnmaildir "test" > (directory "~/.nnmaildir/") > (expire-age never) > (create-directory "../foo") > (directory-files nnheader-directory-files-safe) > (get-new-mail nil)) > (nnml "gmail" > (expire-age never) > (nnml-get-new-mail t)))) > --------------------------------------------------------------- > > On filesystem ~/.nnmaildir contains soft link rspivak@localhost to > ~/Maildir which contains mail messages. > > Maybe someone has any idea where to dig further. > Solved the problem by having only nnml backend and adding maildir to mail-sources. Regards, Ruslan -- Rewards and punishments are the lowest form of education. -Chuang-Tzu, philosopher (4th c. BCE)