mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
26b4cc4aad
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 |
||
---|---|---|
.. | ||
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 notmuch-completion.tcsh Command-line completion for the tcsh shell notmuch-completion.zsh Command-line completion for the zsh shell