<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/notmuch.c, 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>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>Fix help message for "show"</title>
<updated>2010-04-22T00:45:39Z</updated>
<author>
<name>Jameson Rollins</name>
<email>jrollins@finestructure.net</email>
</author>
<published>2010-04-21T15:49:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=419b88059dcaedbe104327be27b85c56e6be03c0'/>
<id>urn:sha1:419b88059dcaedbe104327be27b85c56e6be03c0</id>
<content type='text'>
Help message for "show" mistakenly refers to '--output' instead of
'--format'.
</content>
</entry>
<entry>
<title>notmuch.c: Shorten version string</title>
<updated>2010-04-16T14:35:17Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2010-04-16T07:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=43cbbfc2788a48f817152936789ebed1a567cf9f'/>
<id>urn:sha1:43cbbfc2788a48f817152936789ebed1a567cf9f</id>
<content type='text'>
We previously output "notmuch version 0.1" as response to notmuch --version.
Shorten this to "notmuch 0.1" as we know that we will receive a version
number when we explicitely ask for it.

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
</feed>
