notmuch/completion
Carl Worth 3e4a9d60a9 build: Add support for non-source-directory builds.
Such as:

     mkdir build
     cd build
     ../configure
     make

This is implemented by having the configure script set a srcdir
variable in Makefile.config, and then sprinkling $(srcdir) into
various make rules. We also use vpath directives to convince GNU make
to find the source files from the original source directory.
2011-03-09 15:10:03 -08:00
..
Makefile Makefile: Move the completion-specific commands to completion/Makefile.local 2010-04-06 14:36:31 -07:00
Makefile.local build: Add support for non-source-directory builds. 2011-03-09 15:10:03 -08: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