Skip to content

Commit

Permalink
mu4e-view: fix epg error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Aug 23, 2024
1 parent 1930d4b commit aee76e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mu4e/mu4e-view.el
Original file line number Diff line number Diff line change
Expand Up @@ -743,8 +743,7 @@ determine which browser function to use."
(add-hook 'kill-buffer-hook #'mu4e--view-kill-mime-handles))
(epg-error
(mu4e-message "EPG error: %s; fall back to raw view"
(error-message-string err))
(error)))))
(error-message-string err))))))

(defun mu4e-view-refresh ()
"Refresh the message view."
Expand Down

0 comments on commit aee76e4

Please sign in to comment.