notmuch/completion
Cédric Hannotier d99b0d4dc8 completion: use mail_root for path completion in bash/zsh
Since mail store and database directory can be different,
path and folder completions must use the directory given by
database.mail_root, not by database.path.
2022-01-03 08:07:38 -04:00
..
zsh completion: use mail_root for path completion in bash/zsh 2022-01-03 08:07:38 -04:00
Makefile fix sum moar typos [build scripts, Makefiles] 2011-06-23 15:44:59 -07:00
Makefile.local emacs: Use makefile-gmake-mode in Makefile*s 2020-08-09 21:14:36 -03:00
notmuch-completion.bash completion: use mail_root for path completion in bash/zsh 2022-01-03 08:07:38 -04:00
README completion: more complete completion for zsh. 2018-10-02 21:04:26 -03: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] https://github.com/scop/bash-completion

zsh

  Command-line completions for the zsh shell.