]> rtime.felk.cvut.cz Git - notmuch.git/commit
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>
Mon, 3 Nov 2014 23:15:15 +0000 (00:15 +0100)
commit42f864c435a703fd6da32555a6a9b3b790ab8bd5
tree49845f677d5c0da141a88f30051f70cfab8090c4
parent92a8afc3497763c8dd2c85dc19d3fe3448348ec4
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 addresses later.

This was inspired by a patch from Jani Nikula.
completion/notmuch-completion.bash
completion/notmuch-completion.zsh
doc/man1/notmuch-address.rst [new file with mode: 0644]
doc/man1/notmuch-search.rst
doc/man1/notmuch.rst
notmuch-client.h
notmuch-search.c
notmuch.c