Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 80F956DE1B56 for ; Thu, 3 Sep 2015 12:40:34 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.418 X-Spam-Level: X-Spam-Status: No, score=-0.418 tagged_above=-999 required=5 tests=[AWL=0.292, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_FILL_THIS_FORM_SHORT=0.01] 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 YnV4qbJhqBkR for ; Thu, 3 Sep 2015 12:40:32 -0700 (PDT) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by arlo.cworth.org (Postfix) with ESMTPS id B7D0E6DE155C for ; Thu, 3 Sep 2015 12:40:23 -0700 (PDT) Received: by wicge5 with SMTP id ge5so84704523wic.0 for ; Thu, 03 Sep 2015 12:40:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=WmD27gya7l9JAP1YWxDGegCX6vx/hUGm5B3yi6/Ies8=; b=miQKkGsZM0Woij8U4j/KUQ9qCoWt2xrdL0tkOkxMJuQl7jLbsBDU3S7hZdf4LJmhNB RnlAWcSB2TqrWuyAL/xnj5zLeM0QYrvivpIx1iOwPAmYqgTF653yxAA01FnYTP7p/d7+ tkGUzIuATLwLAzZ4fpN3AunM2wFyHBduRyqTWFkrai2xhUgTx5qbTkgdYPTpCv18QCZQ j+NhLnA8OCtor5dc0c/aHTWj289/A+gVdvYsSYQMlVhxxiVTayl/1z7O3RqlXgQ0vgyv 8saqyX0AI0ovKggd2Un/emAX/XO9DluZR7Gje5SWgXMX4XlNo9jGS9kR9GukJZAm1yqe u1bA== X-Gm-Message-State: ALoCoQkTxy8gim7G2vY2M1k1TP7O+Cfc1fFBLkoCxzgj1/MLSPOIR6ddSOof7Si/w4rmr3S6yJPl X-Received: by 10.180.198.50 with SMTP id iz18mr17702135wic.35.1441309222356; Thu, 03 Sep 2015 12:40:22 -0700 (PDT) Received: from localhost (mobile-access-bcee4f-131.dhcp.inet.fi. [188.238.79.131]) by smtp.gmail.com with ESMTPSA id p5sm82021wiy.17.2015.09.03.12.40.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Sep 2015 12:40:15 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v2 4/9] man: document notmuch address --deduplicate=(no|mailbox) option Date: Thu, 3 Sep 2015 22:40:00 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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: Thu, 03 Sep 2015 19:40:34 -0000 Document the deduplication of results. --- doc/man1/notmuch-address.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/man1/notmuch-address.rst b/doc/man1/notmuch-address.rst index 9570095b23c8..4ae7395bce4d 100644 --- a/doc/man1/notmuch-address.rst +++ b/doc/man1/notmuch-address.rst @@ -55,6 +55,21 @@ Supported options for **address** include Note: With this option, addresses are printed only after the whole search is finished. This may take long time. + ``--deduplicate=(no|mailbox)`` + + Control the deduplication of results. + + **none** + Output all occurences of addresses in the matching + messages. This is not applicable with --output=count. + + **mailbox** + Deduplicate addresses based on the full, case sensitive + name and email address, or mailbox. This is effectively + the same as piping the --deduplicate=no output to **sort | + uniq**, except for the order of results. This is the + default. + ``--sort=``\ (**newest-first**\ \|\ **oldest-first**) This option can be used to present results in either chronological order (**oldest-first**) or reverse chronological -- 2.1.4