From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86619 Path: news.gmane.org!not-for-mail From: myglc2 Newsgroups: gmane.emacs.gnus.general Subject: Re: notmuch is limited to a single local mail store, right? Date: Fri, 15 Jan 2016 08:03:55 -0500 Message-ID: <87d1t3hu4k.fsf@gmail.com> References: <87bn8n1sdq.fsf@gmail.com> <87lh7rif52.fsf@tullinup.koldfront.dk> <877fjbi7ek.fsf@tullinup.koldfront.dk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1452863188 12153 80.91.229.3 (15 Jan 2016 13:06:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Jan 2016 13:06:28 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34846@lists.math.uh.edu Fri Jan 15 14:06:16 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aK450-0000Bk-92 for ding-account@gmane.org; Fri, 15 Jan 2016 14:06:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1aK44m-0007ZZ-2F; Fri, 15 Jan 2016 07:06:00 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aK44j-0007Yz-II for ding@lists.math.uh.edu; Fri, 15 Jan 2016 07:05:57 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aK44i-0001Dz-Ke for ding@lists.math.uh.edu; Fri, 15 Jan 2016 07:05:57 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1aK44h-0006vZ-7T for ding@gnus.org; Fri, 15 Jan 2016 14:05:55 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aK44b-0008N0-Oo for ding@gnus.org; Fri, 15 Jan 2016 14:05:49 +0100 Original-Received: from c-73-167-118-254.hsd1.ma.comcast.net ([73.167.118.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jan 2016 14:05:49 +0100 Original-Received: from myglc2 by c-73-167-118-254.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jan 2016 14:05:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-73-167-118-254.hsd1.ma.comcast.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:4Wxbuq3zu/nkhHOrnbddwBd5Nsw= X-Spam-Score: -1.8 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86619 Archived-At: asjo@koldfront.dk (Adam Sjøgren) writes: > Alan writes: > >> On 2016-01-15 06:30, asjo@koldfront.dk (Adam Sjøgren) writes: >> >>> I would think that you would lose the ability to search across the >>> servers/indexes, but maybe that is what you want, when you split them >>> up? > >> You can still craft a nnir request that spans over several servers. Here >> is what I do to search my two local dovecot servers: > >> (global-set-key >> (kbd " M") >> (lambda () (interactive) >> (gnus-group-make-nnir-group nil '((nnir-group-spec >> . (("nnimap:inria") >> ("nnimap:local"))))))) Thanks, but, practically speaking, this approach can not work with two maildir stores and notmuch, because notmuch can only index one of them. I guess it should work if a second search engine (e.g. namazu) is used for the second maildir. This seems a bit silly to recommend. I will see how it works if/when I get namazu working.