aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2017-03-06 21:27:00 +0200
committerDavid Bremner <david@tethera.net>2017-03-07 09:08:39 -0400
commit4f4d9a0a7b5d3d3967ba9abfa006910634d2d09a (patch)
tree320c74b6c531a7910600ca58f12275e5026bb005
parent02421015fd7f9e31f17c5c8e211df33254546789 (diff)
NEWS: external subcommand handling
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bfd52550..2950cbe8 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,15 @@ Regular expression searches supported for `from:` and `subject:`.
This requires recent Xapian (1.4+) See notmuch-search-terms(7) for
details.
+Command Line Interface
+----------------------
+
+Run external `notmuch-` prefixed commands as subcommands
+
+ You can now add your own `notmuch-` prefixed commands in PATH, and
+ have notmuch run them as if they were notmuch commands. See the
+ `notmuch(1)` man page for details
+
Emacs
-----