]> rtime.felk.cvut.cz Git - notmuch.git/commit
cli: search: Do not output duplicate addresses
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 30 Oct 2014 23:05:25 +0000 (00:05 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 31 Oct 2014 21:20:52 +0000 (22:20 +0100)
commit019b11f670c6463899de76eaa728d0355ebb678a
tree92134aab3a4df7638e1f26c3f64f5c56d415bf77
parentb07d77d9c8692c51b28741b3a584475dd96dfd9f
cli: search: Do not output duplicate addresses

This filters out duplicate addresses from address outputs (sender,
receivers).

It also also adds tests for the new outputs.

The code here is an extended version of a patch from Jani Nikula.
doc/man1/notmuch-search.rst
notmuch-search.c
test/T090-search-output.sh