X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=completion%2Fnotmuch-completion.zsh;h=896856201b46ba772adf74f6027de7cc7d8bd488;hp=c606b75172e8361522e8bb70cb7e883811c4a652;hb=a5a6859197fb0b9cea7d75c4ec9377b9fc7d7285;hpb=4176e527fceb2c1f7a0b263fd8baac88be6fab4c diff --git a/completion/notmuch-completion.zsh b/completion/notmuch-completion.zsh index c606b751..89685620 100644 --- a/completion/notmuch-completion.zsh +++ b/completion/notmuch-completion.zsh @@ -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()