<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch debian/0.28.4-1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.28.4-1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.28.4-1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2019-05-05T11:09:30Z</updated>
<entry>
<title>debian: changelog for 0.28.4-1</title>
<updated>2019-05-05T11:09:30Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-05-05T11:09:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=93bd675c2a900b234536c5beaf0f7749e8fbe872'/>
<id>urn:sha1:93bd675c2a900b234536c5beaf0f7749e8fbe872</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.28.4</title>
<updated>2019-05-05T11:06:07Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-05-05T11:06:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1235902ed2dbca76a604071250f15a274125bc3b'/>
<id>urn:sha1:1235902ed2dbca76a604071250f15a274125bc3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS: NEWS for 0.28.4</title>
<updated>2019-05-05T11:04:53Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-05-05T11:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e49398dcada520c03ccd95d6b26900f5aa2d857e'/>
<id>urn:sha1:e49398dcada520c03ccd95d6b26900f5aa2d857e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cli/show: avoid empty write to stdout in format_part_raw</title>
<updated>2019-05-05T11:01:17Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-05-04T22:29:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ae6b52488d71b879e2eb05d5ca6c4d4f641d0558'/>
<id>urn:sha1:ae6b52488d71b879e2eb05d5ca6c4d4f641d0558</id>
<content type='text'>
Previously if the input was exactly a multiple of the internal buffer
size, notmuch would attempt to fwrite nothing to stdout, but still
expected fwrite to return 1, causing a failure that looked like this:

  $ notmuch show --format=raw id:87o96f1cya.fsf@codeaurora.org
    ...entire message shown as expected..
  Error: Write failed
  $ echo $?
  1

To fix the problem don't call fwrite at all when there's nothing to
write.

Amended by db: add some tests of message sizes likely to cause this
problem.
</content>
</entry>
<entry>
<title>travis: switch to xenial build env</title>
<updated>2019-03-06T13:29:30Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-03-06T13:18:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=35addc95aef546db8fee90a181518fedd50148cd'/>
<id>urn:sha1:35addc95aef546db8fee90a181518fedd50148cd</id>
<content type='text'>
In principle we'd like everything to work with ancient versions. In
practice someone needs drive that effort.
</content>
</entry>
<entry>
<title>Declare fast forward from 0.28.2-1</title>
<updated>2019-03-05T19:39:09Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2019-03-05T19:39:09Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d124c0e416bb59cc4cbdca7694bae7097dcee810'/>
<id>urn:sha1:d124c0e416bb59cc4cbdca7694bae7097dcee810</id>
<content type='text'>
[dgit --overwrite]
</content>
</entry>
<entry>
<title>debian: changelog stanza for 0.28.3-1</title>
<updated>2019-03-06T01:46:41Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-03-05T19:40:15Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=69e047aeeb479f9c62084aa4638ff87b778ca021'/>
<id>urn:sha1:69e047aeeb479f9c62084aa4638ff87b778ca021</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS for 0.28.3</title>
<updated>2019-03-06T01:46:41Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-03-05T19:36:43Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e3dd209a33c205cc47f97fa76e5ce37f308cefb6'/>
<id>urn:sha1:e3dd209a33c205cc47f97fa76e5ce37f308cefb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump version to 0.28.3</title>
<updated>2019-03-06T01:46:41Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-03-05T19:30:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1a4a1fe9c501d8d3384b49ad2b78a07518c62230'/>
<id>urn:sha1:1a4a1fe9c501d8d3384b49ad2b78a07518c62230</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: sequentialize calls to sphinx-build</title>
<updated>2019-03-06T01:46:41Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-03-03T03:30:59Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=dcf7fca2d9f87fc4d412dbbba8e441d9ff204ffc'/>
<id>urn:sha1:dcf7fca2d9f87fc4d412dbbba8e441d9ff204ffc</id>
<content type='text'>
In certain conditions the parallel calls to sphinx-build could
collide, yielding a crash like

Exception occurred:
  File "/usr/lib/python3/dist-packages/sphinx/environment.py", line 1261, in get_doctree
    doctree = pickle.load(f)
EOFError: Ran out of input
</content>
</entry>
</feed>
