aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Sojka <sojkam1@fel.cvut.cz>2014-11-12 17:44:58 +0100
committerDavid Bremner <david@tethera.net>2014-11-13 21:24:54 +0100
commitdbec0008724c3419a6d6766f90c63a115cd83a69 (patch)
tree294fe303e14050dba75d59ec1f038878d4a5e4ed
parent50ee7d7e12de1db2c5ce4bb3f45423e47cb9415e (diff)
NEWS: notmuch address
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8d7ed0af..16cc002e 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
---------------