]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
cli: Introduce "notmuch address" command
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 1 Nov 2014 21:58:16 +0000 (22:58 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 5 Nov 2014 00:06:28 +0000 (01:06 +0100)
This moves address-related functionality from search command to the
new address command. The implementation shares almost all code and
some command line options.

Options --offset and --limit were intentionally not included in the
address command, because they refer to messages numbers, which users
do not see in the output. This could confuse users because, for
example, they could see more addresses in the output that what was
specified with --limit. This functionality can be correctly
reimplemented for address subcommand later.

Also useless values of --exclude flag were not included in the address
command.

This was inspired by a patch from Jani Nikula.


No differences found