notmuch/completion
Michal Sojka 3cc8ed5978 cli: search: Add --output={sender,recipients}
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.
2014-11-01 08:02:58 +01:00
..
Makefile fix sum moar typos [build scripts, Makefiles] 2011-06-23 15:44:59 -07:00
Makefile.local build: Add support for non-source-directory builds. 2011-03-09 15:10:03 -08:00
notmuch-completion.bash cli: search: Add --output={sender,recipients} 2014-11-01 08:02:58 +01:00
notmuch-completion.tcsh Rename the "contrib" directory to "completion". 2010-04-06 14:36:31 -07:00
notmuch-completion.zsh cli: search: Add --output={sender,recipients} 2014-11-01 08:02:58 +01:00
README completion: update README about bash completion dependencies 2013-03-30 18:31:01 -04: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] 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.