mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
5c27136e64
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. |
||
---|---|---|
.. | ||
Makefile | ||
Makefile.local | ||
notmuch-completion.bash | ||
notmuch-completion.tcsh | ||
notmuch-completion.zsh | ||
README |
notmuch completion This directory contains support for various shells to automatically complete partially entered notmuch command lines. notmuch-completion.bash Command-line completion for the bash shell. This depends on bash-completion package [1] version 2.0, which depends on bash version 3.2 or later. [1] http://bash-completion.alioth.debian.org/ notmuch-completion.tcsh Command-line completion for the tcsh shell. notmuch-completion.zsh Command-line completion for the zsh shell.