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 06142431FC4 for ; Sun, 9 Jun 2013 04:03:51 -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 y9jp6CAaIYUW for ; Sun, 9 Jun 2013 04:03:44 -0700 (PDT) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 74E8E431FBC for ; Sun, 9 Jun 2013 04:03:32 -0700 (PDT) Received: by mail-lb0-f181.google.com with SMTP id w10so2778887lbi.12 for ; Sun, 09 Jun 2013 04:03:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references:x-gm-message-state; bh=jbDnU2ZKwQaMLQspm9eZboddcMljI8Kf6g9JpL+PrwY=; b=dFpQ/8KaJs7xBdJT8Pcnx5B0q5z4PYAKwmKlfrQooKsmnFXvMsDTo2AE3UmizjjNPi /FQdDaDyvy/DOftX/JCyL5qt+zuaHq1HsqTdZJM5RfiZAgb01FgaIneF25hGlObx5X7b 01lYUfOZPHdbhz3Icbp5hJsWKEIp4QCZhridzegM8vsLjU/VPVgB9+yGLnYi0cteS+oe 9NLqf0dNM/Iius9D9UB5fw7S7rwX5EbbFg8N5C4PzufYGrp12amPPybEXsLgq2Y3J2+H DBN3kQbSecvcgOzP243LtN1A8jZvgbeliLuszez+033zRolFIdg2oeNgz9FyzvdzKwLm mzoA== X-Received: by 10.112.218.7 with SMTP id pc7mr4484094lbc.11.1370775811003; Sun, 09 Jun 2013 04:03:31 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi. [88.195.118.211]) by mx.google.com with ESMTPSA id o6sm2543923laj.2.2013.06.09.04.03.28 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 09 Jun 2013 04:03:30 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v2 3/7] man: document notmuch search --duplicate=N Date: Sun, 9 Jun 2013 14:03:09 +0300 Message-Id: X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQmBG4euJ0alM8+jkU7XRO+NoPqfVxwoEHlAL5t/utjWz1cwtAcPZwlEfQsNukR4B4MWGdIs 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: Sun, 09 Jun 2013 11:03:51 -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 1c1e049..4d8b3d3 100644 --- a/man/man1/notmuch-search.1 +++ b/man/man1/notmuch-search.1 @@ -158,6 +158,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 1-based). If N is 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