]> git.cworth.org Git - notmuch/commit
cli: address: Do not output duplicate addresses
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 5 Nov 2014 00:25:57 +0000 (01:25 +0100)
committerDavid Bremner <david@tethera.net>
Wed, 5 Nov 2014 22:23:01 +0000 (23:23 +0100)
commit4176e527fceb2c1f7a0b263fd8baac88be6fab4c
treea51a3f5ad740beb3bc39be7ceb21d5cf73231d9b
parent5c32365d873628dc5d18968882ee0f7c7a30a5f4
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]