<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch debian/0.38.2-1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.38.2-1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.38.2-1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2023-12-01T11:51:40Z</updated>
<entry>
<title>debian: changelog for 0.38.2-1</title>
<updated>2023-12-01T11:51:40Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-12-01T11:51:31Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c769658360e10a6d01a4134e680e2f498741bc5c'/>
<id>urn:sha1:c769658360e10a6d01a4134e680e2f498741bc5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS for 0.38.2</title>
<updated>2023-12-01T11:50:27Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-12-01T11:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b413eb805ecf10083ed9676ccfd0e8f1dee29aac'/>
<id>urn:sha1:b413eb805ecf10083ed9676ccfd0e8f1dee29aac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.38.2</title>
<updated>2023-12-01T11:38:55Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-12-01T11:38:55Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=21daefc17872484d5f6398f6446fbf2d3cf341ac'/>
<id>urn:sha1:21daefc17872484d5f6398f6446fbf2d3cf341ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>notmuch-emacs-mua: avoid extra separators at the end of the line</title>
<updated>2023-12-01T11:22:26Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2023-11-30T16:13:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=67990376b7e03f2ca4b78569b143713b76b6e946'/>
<id>urn:sha1:67990376b7e03f2ca4b78569b143713b76b6e946</id>
<content type='text'>
Currently the --to/--cc/--bcc options add "user@example.com, " to the
message headers, with the the unnecessary ", " separator after the
last address, regardless of how many addresses are being added.

This used to be fine, but with recent emacs mm, trying to send the
email with the trailing commas leads to prompt:

  Email address  looks invalid; send anyway? (y or n)

Fix this by only adding the commas between addresses, avoiding the
trailing commas.
</content>
</entry>
<entry>
<title>lib/string_map: simulate stable sorting</title>
<updated>2023-11-28T13:19:21Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-11-25T12:33:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4f82acce17ca51b03bea2abe3eefb7c3026138fe'/>
<id>urn:sha1:4f82acce17ca51b03bea2abe3eefb7c3026138fe</id>
<content type='text'>
qsort(3) does not promise stability, and recent versions of glibc have
been showing more unstable behaviour [2]. Michael Gruber observed [1] test
breakage due to changing output order for message properties.

We provide a sorting order of (key,value) pairs that _looks_ stable by
breaking ties based on value if keys are equal. Internally there may
be some instability in the case of duplicate (key,value) pairs, but it
should not be observable via the iterator API.

[1]: id:CAA19uiSHjVFmwH0pMC7WwDYCOSzu3yqNbuYhu3ZMeNNRh313eA@mail.gmail.com
[2]: id:87msv3i44u.fsf@oldenburg.str.redhat.com
</content>
</entry>
<entry>
<title>debian: update changelog for 0.38.1-1</title>
<updated>2023-10-26T23:18:20Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-10-26T23:02:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=356ad392716d2a775e58d766c1fec9047cc84163'/>
<id>urn:sha1:356ad392716d2a775e58d766c1fec9047cc84163</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS: News for 0.38.1</title>
<updated>2023-10-26T22:52:27Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-10-26T22:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e3bde388d86fd067dbf66356d079ec5c37b6029a'/>
<id>urn:sha1:e3bde388d86fd067dbf66356d079ec5c37b6029a</id>
<content type='text'>
Just note the 3 bug fixes.
</content>
</entry>
<entry>
<title>version: bump to 0.38.1</title>
<updated>2023-10-26T22:45:04Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-10-26T22:45:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=551ec61118fcf0c2c2960aeced1eaae69df995e0'/>
<id>urn:sha1:551ec61118fcf0c2c2960aeced1eaae69df995e0</id>
<content type='text'>
No changes from 0.38.1~rc1
</content>
</entry>
<entry>
<title>changelog for 0.38.1~rc1-1</title>
<updated>2023-10-12T22:54:07Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-10-12T22:54:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=23ac959040557de3bb3ac4f07efa98ec5371beeb'/>
<id>urn:sha1:23ac959040557de3bb3ac4f07efa98ec5371beeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: update to 0.38.1~rc1</title>
<updated>2023-10-12T22:52:42Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-10-12T22:52:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4fc79eb196d4495a70a0e6eeeba247988f2be78d'/>
<id>urn:sha1:4fc79eb196d4495a70a0e6eeeba247988f2be78d</id>
<content type='text'>
</content>
</entry>
</feed>
