summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_notmuch3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3054e590f..b494144b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-09-26 Peter Stephenson <p.stephenson@samsung.com>
+
+ * Wieland Hoffmann: 33252: Completion/Unix/Command/_notmuch:
+ complete more subcommands.
+
2014-09-25 Peter Stephenson <p.w.stephenson@ntlworld.com>
* users/19143: Src/glob.c: **/*(odonT) didn't work because
diff --git a/Completion/Unix/Command/_notmuch b/Completion/Unix/Command/_notmuch
index 0c23aa5f6..b576d2b29 100644
--- a/Completion/Unix/Command/_notmuch
+++ b/Completion/Unix/Command/_notmuch
@@ -13,6 +13,9 @@ _notmuch_commands()
'dump:creates a plain-text dump of the tags of each message'
'restore:restores the tags from the given file'
'help:show details on a command'
+ 'compact:compact the notmuch database'
+ 'config:access the notmuch configuration file'
+ 'count:count messages matching the given search terms'
)
_describe -t command 'command' notmuch_commands