]> 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>
Sun, 2 Nov 2014 00:22:18 +0000 (01:22 +0100)
commit7925321615c714c7bc6231a0c873a51379352f41
tree313d16240bc4c81d83ce109bc14da18668a7a997
parent5f6c6065eb0db0b6b2fc294ae4bc293435f70d1c
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