Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id E8F14431FD8 for ; Mon, 13 May 2013 11:27:19 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iEqDPo+2CC9h for ; Mon, 13 May 2013 11:27:15 -0700 (PDT) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 48D32431FAE for ; Mon, 13 May 2013 11:27:13 -0700 (PDT) Received: by mail-lb0-f176.google.com with SMTP id x10so297846lbi.21 for ; Mon, 13 May 2013 11:27:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references:x-gm-message-state; bh=9gD5vZKvisZ5aRL4mitUY74HQeVQHXTE3GvWNT15ZmE=; b=RChtvMl48Q2f3+RdlL2OiKu/iQUQ9No3HE7f0Glb/U96MZ3H5emoa+PXxk0VWU8RQ0 cej4ZCmmUg2Tk96rPyXkFK6cavwkLF478kyyni6Zp9wQX94QaRLrBO2AYKdU3xazU1fH qzbkRlivi1W/HBE8oRCjJSBQqfX/YO3BCxSjY0fBgY3065bAVzeSJ2esvLzPCZPL5K1S VOarFmhakpIWdWcSeeZ64P/V2/Tn2rboeLVqeu6nxNMEO6tHEpTOqR66NV04uBXWRHL3 3JBnSrm4X3Z8ILRrMb37fPqY0NTH2x75IVCd1jlt4rKXe7wLMNFy+aszT1OIE3O/hdJO 8pQA== X-Received: by 10.112.72.65 with SMTP id b1mr11162134lbv.36.1368469631878; Mon, 13 May 2013 11:27:11 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi. [88.195.118.211]) by mx.google.com with ESMTPSA id m9sm6245133lag.10.2013.05.13.11.27.10 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 13 May 2013 11:27:11 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 3/6] man: document notmuch search --duplicate=N Date: Mon, 13 May 2013 21:26:58 +0300 Message-Id: <128889e9f29bbbf4f29f27f45d7738402fc524a1.1368467532.git.jani@nikula.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQljKoQF/PHw3mTvbjcH9ba3fXO2zBuYypJxNfR3lhSEkWMnZc99b4RNegHFfCTrvT+pyg3R X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Mon, 13 May 2013 18:27:21 -0000 --- man/man1/notmuch-search.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1 index da2f1dd..d2a582d 100644 --- a/man/man1/notmuch-search.1 +++ b/man/man1/notmuch-search.1 @@ -154,6 +154,17 @@ but the "match count" is the number of matching non-excluded messages in the thread, rather than the number of matching messages. .RE +.RS 4 +.TP 4 +.BR \-\-duplicate=N + +Effective with +.BR --output=files , +output the Nth filename associated with each message matching the +query (N is 0-based). If N is equal to or greater than the number of +files associated with the message, don't print anything. +.RE + .SH EXIT STATUS This command supports the following special exit status codes -- 1.7.10.4