]> rtime.felk.cvut.cz Git - notmuch.git/commit
cli: search: Add --output=count
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 26 Oct 2014 23:39:52 +0000 (00:39 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 30 Oct 2014 23:48:09 +0000 (00:48 +0100)
commitbb77d763550c8a52bca372f52e1892f7335fae3a
treece7c934f5024ca4f73a50197e5d6d37105a4e043
parent8770d1fd28c3cb7b4bf0a962ca0942e37ae2c264
cli: search: Add --output=count

This output can be used with --output=recipients or --output=sender
and in addition to the addresses, it prints how many times was each
address encountered during search.
completion/notmuch-completion.bash
completion/notmuch-completion.zsh
doc/man1/notmuch-search.rst
notmuch-search.c
test/T090-search-output.sh