<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/emacs/notmuch-mua.el, branch feature/git-remote</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=feature%2Fgit-remote</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=feature%2Fgit-remote'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2025-03-14T11:51:02Z</updated>
<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>emacs/mua: Correct autoload cookies</title>
<updated>2024-08-16T20:39:20Z</updated>
<author>
<name>Pengji Zhang</name>
<email>me@pengjiz.com</email>
</author>
<published>2024-08-16T08:25:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2355ff274d3694fc79c655bb45c61245fb9a9302'/>
<id>urn:sha1:2355ff274d3694fc79c655bb45c61245fb9a9302</id>
<content type='text'>
This is a follow-up to [1: 8d06dfce]. Per Info node '(elisp)Autoload',
autoload cookies should start with ';;;###'.

1: 2024-04-04 8d06dfce175593aebae9a759c9167df4988a3444
   emacs: Autoload notmuch-user-agent related functions
</content>
</entry>
<entry>
<title>emacs/mua: optionally check for erroneous subjects</title>
<updated>2024-07-25T10:37:08Z</updated>
<author>
<name>Tony Zorman</name>
<email>soliditsallgood@mailbox.org</email>
</author>
<published>2023-10-29T07:26:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=fefc7a94740946e9d13a2d25c6170b55c9e075e4'/>
<id>urn:sha1:fefc7a94740946e9d13a2d25c6170b55c9e075e4</id>
<content type='text'>
This works much like notmuch-mua-attachment-regexp, but for the
subject instead. By default, check for empty subjects, as that seems a
reasonable thing to safeguard against.
</content>
</entry>
<entry>
<title>emacs: Autoload notmuch-user-agent related functions</title>
<updated>2024-04-04T11:20:51Z</updated>
<author>
<name>Jelle Licht</name>
<email>jlicht@fsfe.org</email>
</author>
<published>2024-03-19T21:31:00Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8d06dfce175593aebae9a759c9167df4988a3444'/>
<id>urn:sha1:8d06dfce175593aebae9a759c9167df4988a3444</id>
<content type='text'>
With this change, users with mail-user-agent set to
'notmuch-user-agent can start composing emails without having to
require 'notmuch-mua first.
</content>
</entry>
<entry>
<title>emacs/mua: change name of ignored parameter</title>
<updated>2023-10-06T23:37:16Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2023-10-06T23:08:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e4ead7656c72092bf30c43283057c2d4c4107962'/>
<id>urn:sha1:e4ead7656c72092bf30c43283057c2d4c4107962</id>
<content type='text'>
Suppress compiler warning.
</content>
</entry>
<entry>
<title>emacs: move From header addition to after header intern</title>
<updated>2022-11-05T17:30:50Z</updated>
<author>
<name>Russell Sim</name>
<email>russell.sim@gmail.com</email>
</author>
<published>2022-09-20T20:18:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=82aa1acc0c6a66eb3b771357e513eb4d16f9f276'/>
<id>urn:sha1:82aa1acc0c6a66eb3b771357e513eb4d16f9f276</id>
<content type='text'>
OTHER-HEADERS are expected to be passed as strings, to match the
implementation of `compose-mail'.  But the "From" header is currently
expected to be passed as a symbol.  Instead the "From" header can be
safely added after converting all the headers to symbols.
</content>
</entry>
<entry>
<title>emacs/reply: reply to correct duplicate</title>
<updated>2022-07-30T11:46:22Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-07-01T21:45:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1ef7c75111b84ea19af3186ddc12f2ba434c93de'/>
<id>urn:sha1:1ef7c75111b84ea19af3186ddc12f2ba434c93de</id>
<content type='text'>
Essentially we just need to arrange to pass the right --duplicate
argument to notmuch reply.

As a side-effect, correct the previously unused value of EXPECTED in
T453-emacs-reply.sh.
</content>
</entry>
<entry>
<title>emacs: use message-dont-reply-to-names when composing replies</title>
<updated>2022-06-16T11:51:19Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2022-06-09T02:11:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9695e4c38de562249cbae02bd896d6bb46ba879f'/>
<id>urn:sha1:9695e4c38de562249cbae02bd896d6bb46ba879f</id>
<content type='text'>
notmuch-mua functions for replies now use the built-in customizable
variable message-dont-reply-to-names with the same semantics as
message-mode.
</content>
</entry>
<entry>
<title>emacs: change where notmuch-mua-mail moves point</title>
<updated>2022-06-02T11:21:56Z</updated>
<author>
<name>Damien Cassou</name>
<email>damien@cassou.me</email>
</author>
<published>2022-06-01T19:50:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3a6b479a7360fbdbc1c6def4c1e1581bfd63e8a2'/>
<id>urn:sha1:3a6b479a7360fbdbc1c6def4c1e1581bfd63e8a2</id>
<content type='text'>
Move point to the position that makes the most sense instead of always
moving point to the TO.  This is useful when TO/SUBJECT are passed as
argument.

Amended by db: move news item to UNRELEASED.
</content>
</entry>
<entry>
<title>emacs/reply: restrict what mime types are inlined by default</title>
<updated>2022-05-16T10:12:47Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2022-03-19T10:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=90a7c1af368a527700dcde9b0dcbd760afc7bd92'/>
<id>urn:sha1:90a7c1af368a527700dcde9b0dcbd760afc7bd92</id>
<content type='text'>
Apply the previously factored-out function used by notmuch-show.
</content>
</entry>
</feed>
