]> git.cworth.org Git - notmuch/commit
Use `without-restriction` in `with-temporary-notmuch-message-buffer`
authorMarc Fargas <telenieko@telenieko.com>
Thu, 14 Mar 2024 14:56:49 +0000 (15:56 +0100)
committerDavid Bremner <david@tethera.net>
Sat, 15 Jun 2024 17:54:04 +0000 (14:54 -0300)
commit37c022aea000ab586ba2a7ea7bbac4292dda0dd3
treeb79d02ff0fab89c9232831a6e30b4a05cf596b45
parent0d2a964ea3d0c466d6284dd0b693285941c28440
Use `without-restriction` in `with-temporary-notmuch-message-buffer`

This ensures that the temporary copy of the current message-mode
buffer is whole and not limited by a current restriction.

An example of such restriction is the default one established by
message-mode when composing a reply, that hides the References,
In-Reply-To and similar headers.
emacs/notmuch-maildir-fcc.el
test/T630-emacs-draft.sh