<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch 0.39</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.39</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.39'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2025-03-15T22:04:35Z</updated>
<entry>
<title>NEWS: set release date</title>
<updated>2025-03-15T22:04:35Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2025-03-15T22:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a5214eabb63ba78b84f4563942de1aa8763f0914'/>
<id>urn:sha1:a5214eabb63ba78b84f4563942de1aa8763f0914</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debian: changelog stanza for 0.39-1</title>
<updated>2025-03-15T17:21:28Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2025-03-15T10:04:26Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8fdb713d2facc25bfb075f9152e9ff1d7ae39b48'/>
<id>urn:sha1:8fdb713d2facc25bfb075f9152e9ff1d7ae39b48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.39</title>
<updated>2025-03-15T17:21:28Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2025-03-15T09:55:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=dea40c9dd68c14756c5a4ab108fe0597f2e6da2e'/>
<id>urn:sha1:dea40c9dd68c14756c5a4ab108fe0597f2e6da2e</id>
<content type='text'>
Identical to 0.39~rc3, except for release related
documentation (e.g. NEWS).
</content>
</entry>
<entry>
<title>NEWS: news for 0.39</title>
<updated>2025-03-15T17:21:12Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2025-03-15T09:46:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e916fbd846f8fd8c2597167bb09ca2a9fa2244e5'/>
<id>urn:sha1:e916fbd846f8fd8c2597167bb09ca2a9fa2244e5</id>
<content type='text'>
This is based on my reading of git shortlog. Some more development
specific changes have been omitted.
</content>
</entry>
<entry>
<title>debian: changelog for 0.39~rc3-1</title>
<updated>2025-03-14T22:07:38Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2025-03-14T22:07:38Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=fd32351ce02353ddbb9b04479505240d51b52b84'/>
<id>urn:sha1:fd32351ce02353ddbb9b04479505240d51b52b84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.39~rc3</title>
<updated>2025-03-14T22:06:12Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2025-03-14T22:06:12Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9762b4cc6eeef4e8b01e0d4b0f62d2482e9b5f87'/>
<id>urn:sha1:9762b4cc6eeef4e8b01e0d4b0f62d2482e9b5f87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set 'untrusted-content' to t in all modes</title>
<updated>2025-03-14T11:51:02Z</updated>
<author>
<name>Stefan Kangas</name>
<email>stefankangas@gmail.com</email>
</author>
<published>2025-03-12T09:36:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=df4c1b5be769effb2ef7bc85c8bb8e09fb8f43fc'/>
<id>urn:sha1:df4c1b5be769effb2ef7bc85c8bb8e09fb8f43fc</id>
<content type='text'>
Instead of trying to guess in which modes this is safe not to set in,
let's just set it in all of them.

Background (added by db):

untrusted-content was added in Emacs 29.3 and is currently set by Gnus
and used by org-mode to prevent certain unsafe operations. I think the
intent is to use it for blocking more unsafe operations in the future.
</content>
</entry>
<entry>
<title>bindings/python-cffi: fix docstring for message.header()</title>
<updated>2025-03-14T00:18:15Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@grubix.eu</email>
</author>
<published>2025-03-04T12:39:43Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5802f5d6269172222a6fccf5908eae833014917b'/>
<id>urn:sha1:5802f5d6269172222a6fccf5908eae833014917b</id>
<content type='text'>
The cffi bindings raise a LookupError in case a header is not present.
Adjust the docstring to say so.

The legacy bindings behaved differently, and this is one of the things
to be aware of when migrating to the cffi bindings.
</content>
</entry>
<entry>
<title>Debian build-deps: include emacs-pgtk in conjunction</title>
<updated>2025-03-14T00:05:18Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2025-03-03T21:47:02Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=537d225e2fd572fb892ccf777b7343496b6dad84'/>
<id>urn:sha1:537d225e2fd572fb892ccf777b7343496b6dad84</id>
<content type='text'>
Debian developers with the pure GTK+ variant of emacs (which does not
support X11 at all, as it builds entirely against the GTK Wayland
backend) should also be able to treat the build-dependencies as
satisfied.

Signed-off-by: Daniel Kahn Gillmor &lt;dkg@fifthhorseman.net&gt;
</content>
</entry>
<entry>
<title>emacs/tree: add call to notmuch-hl-line-mode from process-filter</title>
<updated>2025-03-13T10:56:05Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2024-08-10T17:36:25Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d4e36a2df66868b921c49d1545f9f096b64459e1'/>
<id>urn:sha1:d4e36a2df66868b921c49d1545f9f096b64459e1</id>
<content type='text'>
This removes the visual gap/stutter between when the screen fills and
when the hl-line "cursor" is drawn.  It is not obviously how to
robustly test this, since it the observable effect is purely a matter
of timing.
</content>
</entry>
</feed>
