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 656616DE199D for ; Thu, 3 Sep 2015 12:40:45 -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.435 X-Spam-Level: X-Spam-Status: No, score=-0.435 tagged_above=-999 required=5 tests=[AWL=0.285, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-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 33xk2PffFHmw for ; Thu, 3 Sep 2015 12:40:43 -0700 (PDT) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by arlo.cworth.org (Postfix) with ESMTPS id D19D36DE1922 for ; Thu, 3 Sep 2015 12:40:29 -0700 (PDT) Received: by wicfx3 with SMTP id fx3so1168667wic.1 for ; Thu, 03 Sep 2015 12:40:28 -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=I+PA4koUT8Jply2obbp8jW63JGFxiurJEXL1rIMj3Fo=; b=YAIdoIPEM4loaIRpTmDSgGICejJK7KRhxR/7PNOcUxg47LYO3Xif9HaPNHJLCBwYe7 1A5GSmg/SzQy19QrkyqDzjCvQrpZyfpxGla25ap7CBkx7aui+mRBRZMaXrTX/9zZNAzd qyxHVaM4QadlKZDTd2kd7ULI6HZv/Rr8goJpWPYVw0xw0IL6pb/wqbE//I5ssLIt0R0i keWuFYTr2VX9Z3lqMqUnKJItR1wk1ydG+nTQooJAtW2T51eygrI9J3Z6SqHnieNW1inQ ij1C9XqMVbZ4Meg0tX2ppKUQa/VaYENcmrEecpjyjRGmkWEagIe9ONYhp4g/8mWqwMO6 QyLQ== X-Gm-Message-State: ALoCoQmRRWRQSoLGPZTXBO9fyYXgTOE98440x4/ES4Jo88pgc6jP54mXQty4gLSLShyx8VOw+yif X-Received: by 10.194.114.37 with SMTP id jd5mr53074578wjb.34.1441309228427; Thu, 03 Sep 2015 12:40:28 -0700 (PDT) Received: from localhost (mobile-access-bcee4f-131.dhcp.inet.fi. [188.238.79.131]) by smtp.gmail.com with ESMTPSA id kb1sm39302382wjc.24.2015.09.03.12.40.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Sep 2015 12:40:28 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v2 8/9] man: document notmuch address --deduplicate=address option Date: Thu, 3 Sep 2015 22:40:04 +0300 Message-Id: <2abc71b1167d00793d58a7f78ca19514dcfe3f5b.1441308761.git.jani@nikula.org> 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:45 -0000 Document the deduplication based on case insensitive address. --- doc/man1/notmuch-address.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/man1/notmuch-address.rst b/doc/man1/notmuch-address.rst index 4ae7395bce4d..b85cc37213e5 100644 --- a/doc/man1/notmuch-address.rst +++ b/doc/man1/notmuch-address.rst @@ -55,7 +55,7 @@ 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)`` + ``--deduplicate=(no|mailbox|address)`` Control the deduplication of results. @@ -70,6 +70,13 @@ Supported options for **address** include uniq**, except for the order of results. This is the default. + **address** + Deduplicate addresses based on the case insensitive + address part of the mailbox. Of all the variants (with + different name or case), print the one occurring most + frequently among the matching messages. If --output=count + is specified, include all variants in the count. + ``--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