[PATCH v4 5/6] cli: search: Add configurable way to filter out duplicate addresses

2014-10-30 Thread Michal Sojka
On Thu, Oct 30 2014, Tomi Ollila wrote: > On Thu, Oct 30 2014, Mark Walters wrote: > >> On Mon, 27 Oct 2014, Michal Sojka wrote: >>> This adds an algorithm to filter out duplicate addresses from address >>> outputs (sender, receivers). The algorithm can be configured with >>> --filter-by command

[PATCH v4 5/6] cli: search: Add configurable way to filter out duplicate addresses

2014-10-30 Thread Michal Sojka
On Thu, Oct 30 2014, Mark Walters wrote: > On Mon, 27 Oct 2014, Michal Sojka wrote: >> This adds an algorithm to filter out duplicate addresses from address >> outputs (sender, receivers). The algorithm can be configured with >> --filter-by command line option. >> >> The code here is an extended

[PATCH v4 5/6] cli: search: Add configurable way to filter out duplicate addresses

2014-10-30 Thread Tomi Ollila
On Thu, Oct 30 2014, Mark Walters wrote: > On Mon, 27 Oct 2014, Michal Sojka wrote: >> This adds an algorithm to filter out duplicate addresses from address >> outputs (sender, receivers). The algorithm can be configured with >> --filter-by command line option. >> >> The code here is an

[PATCH v4 5/6] cli: search: Add configurable way to filter out duplicate addresses

2014-10-30 Thread Mark Walters
On Thu, 30 Oct 2014, Tomi Ollila wrote: > On Thu, Oct 30 2014, Mark Walters wrote: > >> On Mon, 27 Oct 2014, Michal Sojka wrote: >>> This adds an algorithm to filter out duplicate addresses from address >>> outputs (sender, receivers). The algorithm can be configured with >>> --filter-by

[PATCH v4 5/6] cli: search: Add configurable way to filter out duplicate addresses

2014-10-30 Thread Mark Walters
On Mon, 27 Oct 2014, Michal Sojka wrote: > This adds an algorithm to filter out duplicate addresses from address > outputs (sender, receivers). The algorithm can be configured with > --filter-by command line option. > > The code here is an extended version of a patch from Jani Nikula. Hi As

Re: [PATCH v4 5/6] cli: search: Add configurable way to filter out duplicate addresses

2014-10-30 Thread Mark Walters
On Mon, 27 Oct 2014, Michal Sojka sojk...@fel.cvut.cz wrote: This adds an algorithm to filter out duplicate addresses from address outputs (sender, receivers). The algorithm can be configured with --filter-by command line option. The code here is an extended version of a patch from Jani

Re: [PATCH v4 5/6] cli: search: Add configurable way to filter out duplicate addresses

2014-10-30 Thread Tomi Ollila
On Thu, Oct 30 2014, Mark Walters markwalters1...@gmail.com wrote: On Mon, 27 Oct 2014, Michal Sojka sojk...@fel.cvut.cz wrote: This adds an algorithm to filter out duplicate addresses from address outputs (sender, receivers). The algorithm can be configured with --filter-by command line

Re: [PATCH v4 5/6] cli: search: Add configurable way to filter out duplicate addresses

2014-10-30 Thread Mark Walters
On Thu, 30 Oct 2014, Tomi Ollila tomi.oll...@iki.fi wrote: On Thu, Oct 30 2014, Mark Walters markwalters1...@gmail.com wrote: On Mon, 27 Oct 2014, Michal Sojka sojk...@fel.cvut.cz wrote: This adds an algorithm to filter out duplicate addresses from address outputs (sender, receivers). The

Re: [PATCH v4 5/6] cli: search: Add configurable way to filter out duplicate addresses

2014-10-30 Thread Michal Sojka
On Thu, Oct 30 2014, Mark Walters wrote: On Mon, 27 Oct 2014, Michal Sojka sojk...@fel.cvut.cz wrote: This adds an algorithm to filter out duplicate addresses from address outputs (sender, receivers). The algorithm can be configured with --filter-by command line option. The code here is an

Re: [PATCH v4 5/6] cli: search: Add configurable way to filter out duplicate addresses

2014-10-30 Thread Michal Sojka
On Thu, Oct 30 2014, Tomi Ollila wrote: On Thu, Oct 30 2014, Mark Walters markwalters1...@gmail.com wrote: On Mon, 27 Oct 2014, Michal Sojka sojk...@fel.cvut.cz wrote: This adds an algorithm to filter out duplicate addresses from address outputs (sender, receivers). The algorithm can be

[PATCH v4 5/6] cli: search: Add configurable way to filter out duplicate addresses

2014-10-27 Thread Michal Sojka
This adds an algorithm to filter out duplicate addresses from address outputs (sender, receivers). The algorithm can be configured with --filter-by command line option. The code here is an extended version of a patch from Jani Nikula. --- completion/notmuch-completion.bash | 6 ++-