From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A8F6C6DE0271 for ; Tue, 4 Dec 2018 06:51:34 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[AWL=0.000, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EBl6p9dF6zJX for ; Tue, 4 Dec 2018 06:51:33 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 173596DE0225 for ; Tue, 4 Dec 2018 06:51:32 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1gUC2r-000764-Gv; Tue, 04 Dec 2018 09:51:29 -0500 Received: (nullmailer pid 25400 invoked by uid 1000); Tue, 04 Dec 2018 14:51:28 -0000 From: David Bremner To: Jeff Templon , notmuch@notmuchmail.org Subject: Re: duplicates on notmuch search not working In-Reply-To: References: Date: Tue, 04 Dec 2018 10:51:28 -0400 Message-ID: <87efaxwdjj.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 14:51:34 -0000 Jeff Templon writes: > From the command line: > > $ notmuch search --output=files id:Pine.LNX.4.40.0112181809230.6149-100000@lxplus047.cern.ch > /Users/templon/Maildir/Zar/VMMail/wp2/cur/1528204696.000011.mbox:2,S > /Users/templon/Maildir/Zar/VMdb/cur/1528291801.000080.mbox:2,S > /Users/templon/Maildir/Nikhef/Archives/2001/cur/1528719639.11684_49.simeto,U=13:2,S > /Users/templon/Maildir/Nikhef/Archives/2001/cur/1537863882.18992_50.simeto,U=73:2,S > /Users/templon/Maildir/Nikhef/Archives/2001/cur/1537866158.M994429000P19452Q34R610c5f16.simeto.nikhef.nl,U=133:2, > $ notmuch search --output=files \ > id:Pine.LNX.4.40.0112181809230.6149-100000@lxplus047.cern.ch \ > --duplicate=2 > > [ empty output ] > > what gives? To eliminate a potential configuration issue, try re-running your queries with --exclude=false. Also, do you see the same issue with other --duplicate=X arguments? d