<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/doc/man1, branch 0.18.2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.18.2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.18.2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2014-04-21T12:51:54Z</updated>
<entry>
<title>doc: Simplify and clarify notmuch show --format=sexp description</title>
<updated>2014-04-21T12:51:54Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2014-04-18T22:42:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=827a69f639b91de2503c7dfc0bdd74b6e17f501d'/>
<id>urn:sha1:827a69f639b91de2503c7dfc0bdd74b6e17f501d</id>
<content type='text'>
Previously, this was a verbatim copy of the --format=json text.
Change it to instead reference the JSON text and actually describe how
the S-expression format works.
</content>
</entry>
<entry>
<title>doc: Clarify charset encoding of JSON output</title>
<updated>2014-04-21T12:51:35Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2014-04-18T22:42:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a39a69ca0f617b86eae762ea475119653693737a'/>
<id>urn:sha1:a39a69ca0f617b86eae762ea475119653693737a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Fix minor formatting issues in notmuch-show.rst</title>
<updated>2014-04-21T12:51:08Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2014-04-18T22:42:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3cd00fdb8f24942c8d1f64b31241973bd659e423'/>
<id>urn:sha1:3cd00fdb8f24942c8d1f64b31241973bd659e423</id>
<content type='text'>
There were some extra line breaks and missing periods.
</content>
</entry>
<entry>
<title>doc: Clarify notmuch show --format=raw description</title>
<updated>2014-04-21T12:50:57Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2014-04-18T22:42:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=56871c628bea5a86feea5b2bc704661bbe02cccc'/>
<id>urn:sha1:56871c628bea5a86feea5b2bc704661bbe02cccc</id>
<content type='text'>
In addition to being generally more precise, this is explicit that
there is no charset conversion.
</content>
</entry>
<entry>
<title>doc: make notmuch-new summary line more generic</title>
<updated>2014-04-19T05:29:06Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-04-19T05:29:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=99d351360b437c07de6431d56ce3e2323f4e2691'/>
<id>urn:sha1:99d351360b437c07de6431d56ce3e2323f4e2691</id>
<content type='text'>
Since 'notmuch new' now takes multiple options, it's confusing to show
only one of them in the summary.
</content>
</entry>
<entry>
<title>restore: transparently support gzipped input</title>
<updated>2014-04-12T10:59:44Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-03-29T18:12:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4c62d9366a389b7ddca796009d1dfe6a885cfde0'/>
<id>urn:sha1:4c62d9366a389b7ddca796009d1dfe6a885cfde0</id>
<content type='text'>
We rely completely on zlib to do the right thing in detecting gzipped
input. Since our dump format is chosen to be 7 bit ascii, this should
be fine.
</content>
</entry>
<entry>
<title>dump: support gzipped and atomic output</title>
<updated>2014-04-12T10:59:44Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-03-29T01:14:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3c13bc0321baaf340663779d6fce2b1f34c1c2c3'/>
<id>urn:sha1:3c13bc0321baaf340663779d6fce2b1f34c1c2c3</id>
<content type='text'>
The main goal is to support gzipped output for future internal
calls (e.g. from notmuch-new) to notmuch_database_dump.

The additional dependency is not very heavy since xapian already pulls
in zlib.

We want the dump to be "atomic", in the sense that after running the
dump file is either present and complete, or not present.  This avoids
certain classes of mishaps involving overwriting a good backup with a
bad or partial one.
</content>
</entry>
<entry>
<title>man: try to clarify the folder: and path: vs. --output=files confusion</title>
<updated>2014-03-11T22:51:22Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2014-02-08T21:14:25Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5348d1987cc34381aff94f64c577984de5788e6a'/>
<id>urn:sha1:5348d1987cc34381aff94f64c577984de5788e6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: convert sphinx based docs</title>
<updated>2014-03-09T13:41:08Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-01-28T16:12:37Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d736260385a689b5c77d8121f48e29440e3adfa4'/>
<id>urn:sha1:d736260385a689b5c77d8121f48e29440e3adfa4</id>
<content type='text'>
This is the output from sphinx-quickstart, massaged a bit, along with
our existing man pages converted to rst.

A skeleton notmuch-emacs manual is also included. It is not suitable
for end user use yet.
</content>
</entry>
</feed>
