Skip to content

Commit

Permalink
Merge pull request #2672 from alphapapa/fix/render-buffer-bookmark-fu…
Browse files Browse the repository at this point in the history
…nction

mu4e--view-render-buffer: Disable Gnus bookmark-make-record-function
  • Loading branch information
djcb committed Mar 27, 2024
2 parents eda3b93 + 061450d commit e4f2dd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mu4e/mu4e-view.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e4f2dd7

Please sign in to comment.