From 2b009045421db73b224c3229de9fca799c70339e Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 12 Nov 2014 17:44:58 +0100 Subject: [PATCH] [PATCH 1/2] NEWS: notmuch address --- f3/778f7232e3ebee40a510d9ded8fdb812378504 | 79 +++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 f3/778f7232e3ebee40a510d9ded8fdb812378504 diff --git a/f3/778f7232e3ebee40a510d9ded8fdb812378504 b/f3/778f7232e3ebee40a510d9ded8fdb812378504 new file mode 100644 index 000000000..db9419de1 --- /dev/null +++ b/f3/778f7232e3ebee40a510d9ded8fdb812378504 @@ -0,0 +1,79 @@ +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 B52DE431FBF + for ; Wed, 12 Nov 2014 08:45:36 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.3 +X-Spam-Level: +X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3] 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 vQrLVkGL9EdR for ; + Wed, 12 Nov 2014 08:45:31 -0800 (PST) +Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) + by olra.theworths.org (Postfix) with ESMTP id 24456431FAE + for ; Wed, 12 Nov 2014 08:45:31 -0800 (PST) +Received: from localhost (unknown [192.168.200.7]) + by max.feld.cvut.cz (Postfix) with ESMTP id 567B95CD4AD + for ; Wed, 12 Nov 2014 17:45:24 +0100 (CET) +X-Virus-Scanned: IMAP STYX AMAVIS +Received: from max.feld.cvut.cz ([192.168.200.1]) + by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, + port 10044) with ESMTP id sOcHKeTxmE49 for ; + Wed, 12 Nov 2014 17:45:18 +0100 (CET) +Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) + by max.feld.cvut.cz (Postfix) with ESMTP id E77365CD4A7 + for ; Wed, 12 Nov 2014 17:45:17 +0100 (CET) +Received: from wsh by steelpick.2x.cz with local (Exim 4.84) + (envelope-from ) + id 1Xob2d-0000Oo-Ct; Wed, 12 Nov 2014 17:45:11 +0100 +From: Michal Sojka +To: notmuch@notmuchmail.org +Subject: [PATCH 1/2] NEWS: notmuch address +Date: Wed, 12 Nov 2014 17:44:58 +0100 +Message-Id: <1415810699-1485-1-git-send-email-sojkam1@fel.cvut.cz> +X-Mailer: git-send-email 2.1.1 +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: Wed, 12 Nov 2014 16:45:36 -0000 + +--- + NEWS | 8 ++++++++ + 1 file changed, 8 insertions(+) + +diff --git a/NEWS b/NEWS +index 8d7ed0a..16cc002 100644 +--- a/NEWS ++++ b/NEWS +@@ -35,6 +35,14 @@ Stopped `notmuch dump` failing if someone writes to the database + limits output of message IDs to messages matching search terms that + have at least `N` files associated with them. + ++Added `notmuch address` subcommand ++ ++ This new subcommand searches for messages matching the given search ++ terms, and prints the addresses from them. Duplicate addresses are ++ filtered out. The `--output` option controls which of the following ++ information is printed: sender addresses, recipient addresses and ++ count of duplicate addresses. ++ + Emacs Interface + --------------- + +-- +2.1.1 + -- 2.26.2