about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWieland Hoffmann <themineo@gmail.com>2014-09-26 14:17:27 +0200
committerPeter Stephenson <pws@zsh.org>2014-09-26 14:05:30 +0100
commitb9ee56e5b72605553475669117701c659d276f29 (patch)
treee14a00a3017bef8bd5910203ca5a48b5b9388773
parent1fb5742e86ad69484b4e9a299f40e228193af70c (diff)
downloadzsh-b9ee56e5b72605553475669117701c659d276f29.tar.gz
zsh-b9ee56e5b72605553475669117701c659d276f29.tar.xz
zsh-b9ee56e5b72605553475669117701c659d276f29.zip
33252: complete more notmuch subcommands
-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