]> 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>
Mon, 3 Nov 2014 23:15:15 +0000 (00:15 +0100)
commit40171c39644a1fb56ef342025a531316458cf3c3
tree0ce42877301be372d5714dd46c86c913ae8c758f
parent391e12bd6097e89efa7bd6345d3b626d3597d768
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]