From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.help Subject: Re: searching for one person's replies in a gnus mailbox only, and not the rest. Date: Mon, 07 Dec 2015 11:14:53 +0800 Message-ID: <87io4buez6.fsf@ericabrahamsen.net> References: <87d1uq2e0a.fsf@skimble.plus.com> <87egf5bulw.fsf@debian.uxu> <877fkw25zz.fsf@delle7240.chemeng.ucl.ac.uk> <87mvts5q6v.fsf@debian.uxu> <87zixror4o.fsf@delle7240.chemeng.ucl.ac.uk> <87poynuk6c.fsf@debian.uxu> <87y4d9q8ob.fsf@ericabrahamsen.net> <87610cd6hf.fsf@debian.uxu> <8737vgk4gh.fsf@debian.uxu> <87lh98qqgs.fsf@ericabrahamsen.net> <87poyj2cok.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1449458129 21269 80.91.229.3 (7 Dec 2015 03:15:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Dec 2015 03:15:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 07 04:15:20 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a5mGl-0000KJ-Ry for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Dec 2015 04:15:19 +0100 Original-Received: from localhost ([::1]:52180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5mGl-0000Yn-4h for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Dec 2015 22:15:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5mGa-0000XX-3x for help-gnu-emacs@gnu.org; Sun, 06 Dec 2015 22:15:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a5mGW-0001Vl-3L for help-gnu-emacs@gnu.org; Sun, 06 Dec 2015 22:15:08 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:57167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5mGV-0001VV-T2 for help-gnu-emacs@gnu.org; Sun, 06 Dec 2015 22:15:04 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a5mGT-00089o-9Y for help-gnu-emacs@gnu.org; Mon, 07 Dec 2015 04:15:01 +0100 Original-Received: from 221.218.164.20 ([221.218.164.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Dec 2015 04:15:01 +0100 Original-Received: from eric by 221.218.164.20 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Dec 2015 04:15:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 221.218.164.20 User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:6VUf2+JrqbGZp7VAL8mo8WFpnmQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108322 Archived-At: Emanuel Berg writes: > Eric Abrahamsen writes: > >> Have you checked the "will 8.1.3.6 The namazu >> Engine" section of the gnus info manual? My guess is >> you'll still need to set the >> `nnir-namazu-remove-prefix' variable. That might be >> enough, but check that info page... > > Right. The problem was this variable > > nnir-namazu-index-directory > > which correctly was/is > > /home/incal/Mail/namazu/ > > but I had run the indexing command in ~/News/namazu ! > > In ~/Mail/namazu, after the shell command > > $ mknmz --mailnews ~/Mail/mail/ > > it works in the Gnus Group buffer with `G G'. > > Thanks! Glad you got it set up!