bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34387: Acknowledgement (26.1; Gnus: handle empty message parts)


From: Christophe Troestler
Subject: bug#34387: Acknowledgement (26.1; Gnus: handle empty message parts)
Date: Fri, 8 Feb 2019 16:39:47 +0100
User-agent: mu4e 1.1.0; emacs 26.1

For those who encounter this problem, a fix that does not require to modify the 
body of the function gnus-mime-display-single is:

(define-advice gnus-mime-display-single (:around (oldfn &rest handle) fix)
  "Protect against bad handling of empty message parts."
  (ignore-errors (apply oldfn handle)))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]