mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
3cc8ed5978
The new outputs allow printing senders, recipients or both of matching messages. To print both, the user can use --output=sender and --output=recipients simultaneously. Currently, the same address can appear multiple times in the output. The next commit will change this. For this reason, tests are introduced there. We use mailbox_t rather than InternetAddressMailbox because we will need to extend it in a following commit. This code is based on a patch from Jani Nikula. |
||
---|---|---|
.. | ||
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. 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.