<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/completion, branch 0.18.1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.18.1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.18.1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2014-03-25T23:00:24Z</updated>
<entry>
<title>completion: complete directory parameters to directories only</title>
<updated>2014-03-25T23:00:24Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2014-03-12T20:33:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b6238f7e510b26e49d7ba91c687ca22e2f07882d'/>
<id>urn:sha1:b6238f7e510b26e49d7ba91c687ca22e2f07882d</id>
<content type='text'>
i.e. don't complete to files if only directories are acceptable.
</content>
</entry>
<entry>
<title>completion: add proper completion of folder: and path:</title>
<updated>2014-03-25T23:00:13Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2014-03-12T20:33:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d5822224da58b93f1c3851a149c2f787acd9c401'/>
<id>urn:sha1:d5822224da58b93f1c3851a149c2f787acd9c401</id>
<content type='text'>
Complete folder: to maildir folders and path: to directories in mail
store.
</content>
</entry>
<entry>
<title>completion: bash completion for notmuch new --quiet option</title>
<updated>2014-02-03T20:19:49Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2014-02-02T12:49:09Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b220aefdf9c46f4b472a0b06a18ae7341620dcc5'/>
<id>urn:sha1:b220aefdf9c46f4b472a0b06a18ae7341620dcc5</id>
<content type='text'>
notmuch new now has --quiet option, complete it too.
</content>
</entry>
<entry>
<title>completion: update bash completion</title>
<updated>2013-11-11T11:45:04Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2013-11-06T19:25:37Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=db5189a3b9194da55e5c311ef3fc50a72c8a7009'/>
<id>urn:sha1:db5189a3b9194da55e5c311ef3fc50a72c8a7009</id>
<content type='text'>
Update bash completion to cover new commands and options:

notmuch compact --quiet --backup=DIR
notmuch count --output=files --batch --input=FILE
notmuch insert --folder=DIR --create-folder
notmuch search --exclude=all --duplicate=N
notmuch show --include-html
notmuch tag --batch --input=FILE --remove-all
</content>
</entry>
<entry>
<title>completion: update README about bash completion dependencies</title>
<updated>2013-03-30T22:31:01Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2013-03-29T20:38:11Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=703136c57bc7a22edcc9b28ad3e9ff2a8dbdc3b3'/>
<id>urn:sha1:703136c57bc7a22edcc9b28ad3e9ff2a8dbdc3b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>completion: complete bash completion rewrite</title>
<updated>2013-03-28T19:07:54Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2013-03-03T20:59:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2302fd7925ab624d2fd17ba6bceabf656e6ad741'/>
<id>urn:sha1:2302fd7925ab624d2fd17ba6bceabf656e6ad741</id>
<content type='text'>
Rewrite the bash completion script to actually do something
useful. Supported completions:

* All the notmuch commands, command line arguments, and values for
  keyword arguments.

* Tags after + and - in 'notmuch tag'.

* Config options in 'notmuch config', and some config option values.

* Search prefixes in all commands that use search terms.

* Tags after tag: prefix in search terms.

* User's email addresses after from: and to: in search terms.

This is all based on the bash-completion package [1], and will not
work without it.

[1] http://bash-completion.alioth.debian.org/
</content>
</entry>
<entry>
<title>fix sum moar typos [build scripts, Makefiles]</title>
<updated>2011-06-23T22:44:59Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2011-06-20T20:14:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=730acd4764535e19f4a461753a3ea1623af42f71'/>
<id>urn:sha1:730acd4764535e19f4a461753a3ea1623af42f71</id>
<content type='text'>
Various typo fixes in comments within the Makefile and other build scripts.

Signed-off-by: Pieter Praet &lt;pieter@praet.org&gt;

Edited-by: Carl Worth &lt;cworth@cworth.org&gt; Restricted to just build files.
</content>
</entry>
<entry>
<title>build: Add support for non-source-directory builds.</title>
<updated>2011-03-09T23:10:03Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2011-03-09T23:02:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3e4a9d60a9419621b08c647a306843d76c47c2cb'/>
<id>urn:sha1:3e4a9d60a9419621b08c647a306843d76c47c2cb</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Makefile: Quote variables used as filenames in shell commands</title>
<updated>2011-01-26T13:36:52Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2011-01-26T13:29:15Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1a915d1b3852c5771507710ed470547b53b1c7ec'/>
<id>urn:sha1:1a915d1b3852c5771507710ed470547b53b1c7ec</id>
<content type='text'>
This allows support for filenames with spaces in them.
</content>
</entry>
<entry>
<title>Fix installation of zsh completion</title>
<updated>2011-01-26T12:32:30Z</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2011-01-23T20:57:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f806dd3a8f298bdb03bc22b2f8d3236ee7b884a0'/>
<id>urn:sha1:f806dd3a8f298bdb03bc22b2f8d3236ee7b884a0</id>
<content type='text'>
</content>
</entry>
</feed>
