]> git.cworth.org Git - notmuch/blobdiff - completion/notmuch-completion.zsh
cli: address: Add --output=count
[notmuch] / completion / notmuch-completion.zsh
index c606b75172e8361522e8bb70cb7e883811c4a652..896856201b46ba772adf74f6027de7cc7d8bd488 100644 (file)
@@ -61,7 +61,7 @@ _notmuch_address()
 {
   _arguments -s : \
     '--sort=[sort results]:sorting:((newest-first\:"reverse chronological order" oldest-first\:"chronological order"))' \
-    '--output=[select what to output]:output:((sender recipients))'
+    '--output=[select what to output]:output:((sender recipients count))'
 }
 
 _notmuch()