notmuch/completion
Cédric Cabessa 26b4cc4aad configure: add options to disable emacs/zsh/bash and choose install dir.
add --bashcompletiondir and --zshcompletiondir (like --emacslispdir) to choose
installation dir for bash/zsh completion files

Make some features optional:
  --without-emacs / --with-emacs=no do not install lisp file
  --without-bash-completion / --with-bash-completion=no  do not install bash
files
  --without-zsh-completion / --with-zsh-completion=no do not install zsh files
By default, everything is enabled. You can reenable something with
  --with-feature=yes
2011-01-26 22:30:32 +10:00
..
Makefile Makefile: Move the completion-specific commands to completion/Makefile.local 2010-04-06 14:36:31 -07:00
Makefile.local configure: add options to disable emacs/zsh/bash and choose install dir. 2011-01-26 22:30:32 +10:00
notmuch-completion.bash Rename the "contrib" directory to "completion". 2010-04-06 14:36:31 -07:00
notmuch-completion.tcsh Rename the "contrib" directory to "completion". 2010-04-06 14:36:31 -07:00
notmuch-completion.zsh Rename the "contrib" directory to "completion". 2010-04-06 14:36:31 -07:00
README Rename the "contrib" directory to "completion". 2010-04-06 14:36:31 -07: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

notmuch-completion.tcsh	Command-line completion for the tcsh shell

notmuch-completion.zsh	Command-line completion for the zsh shell