notmuch/completion
Michal Sojka 5c27136e64 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.
2014-11-05 23:19:12 +01:00
..
Makefile fix sum moar typos [build scripts, Makefiles] 2011-06-23 15:44:59 -07:00
Makefile.local build: Add support for non-source-directory builds. 2011-03-09 15:10:03 -08:00
notmuch-completion.bash cli: Introduce "notmuch address" command 2014-11-05 23:19:12 +01:00
notmuch-completion.tcsh Rename the "contrib" directory to "completion". 2010-04-06 14:36:31 -07:00
notmuch-completion.zsh cli: Introduce "notmuch address" command 2014-11-05 23:19:12 +01:00
README completion: update README about bash completion dependencies 2013-03-30 18:31:01 -04:00

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.