]> rtime.felk.cvut.cz Git - notmuch.git/commit
cli: search: Add --filter-by option to configure address filtering search-output-address search-output-address-v6
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 30 Oct 2014 23:06:26 +0000 (00:06 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 31 Oct 2014 21:20:53 +0000 (22:20 +0100)
commit05c06ef96a5ea4a8e3805502761e79e5ab63fe67
treefa179d2a2b0e6b9d4408d5e087c2ce9e952f524d
parentd6535393a345b2008651aa5a20298f4dcd76164c
cli: search: Add --filter-by option to configure address filtering

This option allows to configure the criterion for duplicate address
filtering. Without this option, all unique combinations of name and
address parts are printed. This option allows to filter the output
more, for example to only contain unique address parts.
completion/notmuch-completion.bash
completion/notmuch-completion.zsh
doc/man1/notmuch-search.rst
notmuch-search.c
test/T095-search-filter-by.sh [new file with mode: 0755]