]> rtime.felk.cvut.cz Git - notmuch.git/commit
cli: address: 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>
Wed, 5 Nov 2014 00:07:12 +0000 (01:07 +0100)
commit1cfeb86f6b9a05a695b14ca1e3e4005fba977a89
treea51a3f5ad740beb3bc39be7ceb21d5cf73231d9b
parente6b1da138d402678529ca47146e2ca169237afb2
cli: address: Do not output duplicate addresses

This filters out duplicate addresses from address command output.

It also also adds tests for the address command.

The code here is an extended version of a patch from Jani Nikula.
doc/man1/notmuch-address.rst
notmuch-search.c
test/T095-address.sh [new file with mode: 0755]