From: Michal Sojka Date: Wed, 5 Nov 2014 00:25:55 +0000 (+0100) Subject: cli: Introduce "notmuch address" command X-Git-Tag: 0.19_rc1~7 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=5c27136e64dab2f90995de0bfa37c54186a2fae1;hp=5c27136e64dab2f90995de0bfa37c54186a2fae1;p=notmuch cli: Introduce "notmuch address" command 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. ---