Merge pull request #2672 from alphapapa/fix/render-buffer-bookmark-function

mu4e--view-render-buffer: Disable Gnus bookmark-make-record-function
This commit is contained in:
Dirk-Jan C. Binnema 2024-03-27 12:53:54 +08:00 committed by GitHub
commit e4f2dd7344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -730,6 +730,8 @@ determine which browser function to use."
(run-hooks 'gnus-article-decode-hook)
(gnus-article-prepare-display)
(mu4e--view-activate-urls)
;; `gnus-summary-bookmark-make-record' does not work properly when "appeased."
(kill-local-variable 'bookmark-make-record-function)
(setq mu4e~gnus-article-mime-handles gnus-article-mime-handles
gnus-article-decoded-p gnus-article-decode-hook)
(set-buffer-modified-p nil)