Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] Add more commands to _notmuch



---
 Completion/Unix/Command/_notmuch | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Completion/Unix/Command/_notmuch b/Completion/Unix/Command/_notmuch
index 0c23aa5..b576d2b 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
-- 
2.1.0



Messages sorted by: Reverse Date, Date, Thread, Author