<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/notmuch.1, branch 0.5</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.5</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.5'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2010-11-06T19:03:51Z</updated>
<entry>
<title>Rename "notmuch cat" to "notmuch show --format=raw"</title>
<updated>2010-11-06T19:03:51Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-11-06T19:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=81d3bd3670f570c9aeb7e1f3b317b86194ee4426'/>
<id>urn:sha1:81d3bd3670f570c9aeb7e1f3b317b86194ee4426</id>
<content type='text'>
This is part of an effort to avoid proliferation of excessive
top-level notmuch commands. Also, "raw" better captures the
functionality here, (as opposed to "cat" which is a fairly oblique
reference to a bad Unix abbreviation whose metaphor doesn't work here
since "notmuch cat" operates only on a single message and hence cannot
"con'cat'enate" anything).
</content>
</entry>
<entry>
<title>Add 'cat' subcommand</title>
<updated>2010-11-06T00:51:18Z</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2010-10-22T09:28:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d39d0e55f09d8cc2ba9683ec5622068bb7373f2a'/>
<id>urn:sha1:d39d0e55f09d8cc2ba9683ec5622068bb7373f2a</id>
<content type='text'>
This command outputs a raw message matched by search term to the
standard output. It allows MUAs to access the messages for piping,
attachment manipulation, etc. by running notmuch cat rather then
directly access the file. This will simplify the MUAs when they need
to operate on a remote database.

Edited-by: Carl Worth &lt;cworth@cworth.org&gt;: Remove trailing whitespace,
add missing "test_done" to new test script to avoid "Unexpected exit"
error.
</content>
</entry>
<entry>
<title>manpage: Add escaping for hyphen used as minus</title>
<updated>2010-11-01T23:51:00Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-11-01T23:51:00Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1cb28764d86e5e0c98bdd49140568e523571a5a2'/>
<id>urn:sha1:1cb28764d86e5e0c98bdd49140568e523571a5a2</id>
<content type='text'>
As pointed out by Debian lintian, options with '-' might not be
copy/pastable if formatted with an unescaped '-' character.
</content>
</entry>
<entry>
<title>documentation: Add the "files" option to the synopsis of "search --output="</title>
<updated>2010-10-28T19:15:51Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-10-28T19:15:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ce6390cee7b2edc25ca17f9c1224017b56f24696'/>
<id>urn:sha1:ce6390cee7b2edc25ca17f9c1224017b56f24696</id>
<content type='text'>
This was inadvertently left off when --output=files was recently added
as a new option.
</content>
</entry>
<entry>
<title>notmuch search: Add a new "notmuch search --output=files"</title>
<updated>2010-10-28T18:35:54Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-10-28T18:33:55Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=53311617494feb4ce575e9676cba938b93d5ebfb'/>
<id>urn:sha1:53311617494feb4ce575e9676cba938b93d5ebfb</id>
<content type='text'>
Yet another thing that will be extremely handy for scripts.
</content>
</entry>
<entry>
<title>notmuch search: Add a new --output=(summary|threads|messages|tags) option.</title>
<updated>2010-10-28T18:35:16Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-10-28T18:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6dcb7592e32ed5140ea0c0357ce78d6a37af6066'/>
<id>urn:sha1:6dcb7592e32ed5140ea0c0357ce78d6a37af6066</id>
<content type='text'>
This can be handy for scripts which need to extract just a thread ID from
a search term, for example.
</content>
</entry>
<entry>
<title>notmuch config: Allow for new "notmuch config set" in addition to get</title>
<updated>2010-10-27T22:38:16Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-10-27T22:38:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=65f2e61f28a0f5c5dc38dd3cf8a1de023934b330'/>
<id>urn:sha1:65f2e61f28a0f5c5dc38dd3cf8a1de023934b330</id>
<content type='text'>
It is now possible to set configuration items from the command-line in
a manner quite similar to the support for querying configuration
items.
</content>
</entry>
<entry>
<title>notmuch: Add a new "notmuch config" command for querying configuration.</title>
<updated>2010-10-27T20:02:17Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-10-27T20:02:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b9eac48c22f53f84ed1d9c1d8ca862a7b638c9ac'/>
<id>urn:sha1:b9eac48c22f53f84ed1d9c1d8ca862a7b638c9ac</id>
<content type='text'>
So far, we implement only "notmuch config get". It won't be too much
work from here to also implement "notmuch config set".
</content>
</entry>
<entry>
<title>notmuch show: Add documentation of --format=mbox</title>
<updated>2010-09-16T21:47:32Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-08-20T00:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9f0accb6aa1be3aa3a00e564b1091f875cf45e80'/>
<id>urn:sha1:9f0accb6aa1be3aa3a00e564b1091f875cf45e80</id>
<content type='text'>
Shame on me for adding a feature without documenting it at the same
time.
</content>
</entry>
<entry>
<title>nomtuch.1: Add documentation for "notmuch count"</title>
<updated>2010-04-10T00:44:01Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-09T23:57:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3780572bb31c394a14e15bbfc3e113978eec7188'/>
<id>urn:sha1:3780572bb31c394a14e15bbfc3e113978eec7188</id>
<content type='text'>
Somehow this has been missing from our manual. Add it now.
</content>
</entry>
</feed>
