<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/completion/notmuch-completion.bash, branch 0.22_rc0</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.22_rc0</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.22_rc0'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2015-10-22T00:30:15Z</updated>
<entry>
<title>completion: complete lastmod: search prefix</title>
<updated>2015-10-22T00:30:15Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-10-17T21:03:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4cff5a9f98f3c7bdb58f8929dca83fa2d3af9c75'/>
<id>urn:sha1:4cff5a9f98f3c7bdb58f8929dca83fa2d3af9c75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>completion: clean up top level completion</title>
<updated>2015-10-22T00:29:53Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-10-17T16:30:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=23180439cb632e5565e9e3dfd8172c997262bf4c'/>
<id>urn:sha1:23180439cb632e5565e9e3dfd8172c997262bf4c</id>
<content type='text'>
Add note about missing features.
</content>
</entry>
<entry>
<title>completion: complete shared options for each command</title>
<updated>2015-10-22T00:29:20Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-10-17T16:30:02Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=cd4814ecb35c63152aced04fcb82e5facf1463ca'/>
<id>urn:sha1:cd4814ecb35c63152aced04fcb82e5facf1463ca</id>
<content type='text'>
Add support for completing --help, --uuid=, and --version after the
subcommand. Do not support shared options at the top level yet due to
difficulties in handling options with arguments.

--uuid necessitates adding 'compopt -o nospace' also to notmuch new
completion, but that just brings it in line with the rest.
</content>
</entry>
<entry>
<title>completion: complete notmuch count --lastmod</title>
<updated>2015-10-22T00:22:02Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-10-17T16:30:01Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=326824aee38c64ce80c50feac92c10dba4bb4879'/>
<id>urn:sha1:326824aee38c64ce80c50feac92c10dba4bb4879</id>
<content type='text'>
</content>
</entry>
<entry>
<title>completion: handle notmuch address --deduplicate= option</title>
<updated>2015-10-22T00:21:45Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-09-26T11:12:50Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ddbda8f501f7ad8b6e7ad59e2d8b6375b6438f49'/>
<id>urn:sha1:ddbda8f501f7ad8b6e7ad59e2d8b6375b6438f49</id>
<content type='text'>
Complete notmuch address --deduplicate=(no|mailbox|address).
</content>
</entry>
<entry>
<title>completion: complete addresses in from:/to: search terms</title>
<updated>2015-03-13T06:56:38Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-03-07T12:44:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=76f8498df61577c2f2e8f22e34a93a37ea532a03'/>
<id>urn:sha1:76f8498df61577c2f2e8f22e34a93a37ea532a03</id>
<content type='text'>
Use the new notmuch address command to do completion for addresses in
from: and to:. Use --output=sender for both for efficiency, even
though --output=recipients would be more accurate for to: prefix
completion.
</content>
</entry>
<entry>
<title>completion: complete notmuch dump --gzip option</title>
<updated>2015-02-23T20:49:08Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-01-27T19:48:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=647c0b0692379e434a3ccb213f88b89fae8b4321'/>
<id>urn:sha1:647c0b0692379e434a3ccb213f88b89fae8b4321</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update completions for Emacs and bash</title>
<updated>2015-01-24T15:50:02Z</updated>
<author>
<name>Todd</name>
<email>todd@electricoding.com</email>
</author>
<published>2015-01-22T23:43:39Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=694c7b9ba7c83eba10105f0f151884dcdb90426d'/>
<id>urn:sha1:694c7b9ba7c83eba10105f0f151884dcdb90426d</id>
<content type='text'>
This adds completions for both Emacs and bash. ZSH does not appear to
have completions for search terms.
</content>
</entry>
<entry>
<title>completion: complete notmuch insert --folder to maildir folders only</title>
<updated>2015-01-02T15:51:00Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-01-01T14:34:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2dfbb7598b6869511c5d654221664bc9b2230413'/>
<id>urn:sha1:2dfbb7598b6869511c5d654221664bc9b2230413</id>
<content type='text'>
The --folder option expects a folder relative from maildir root, so
complete like the folder: search term.
</content>
</entry>
<entry>
<title>completion: complete notmuch insert --keep and --no-hooks options</title>
<updated>2015-01-02T15:50:45Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2014-11-10T19:35:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=516a1b37b6a5c1c8bf7b262250e14290513bb0ba'/>
<id>urn:sha1:516a1b37b6a5c1c8bf7b262250e14290513bb0ba</id>
<content type='text'>
</content>
</entry>
</feed>
