about summary refs log tree commit diff
path: root/Completion
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 /Completion
parent1fb5742e86ad69484b4e9a299f40e228193af70c (diff)
downloadzsh-b9ee56e5b72605553475669117701c659d276f29.tar.gz
zsh-b9ee56e5b72605553475669117701c659d276f29.tar.xz
zsh-b9ee56e5b72605553475669117701c659d276f29.zip
33252: complete more notmuch subcommands
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_notmuch3
1 files changed, 3 insertions, 0 deletions
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