For discussion, see the following threads:
https://lists.gnu.org/archive/html/emacs-devel/2019-03/msg01087.html
https://lists.gnu.org/archive/html/emacs-devel/2019-05/msg00584.html
* lisp/gnus/mm-decode.el (mm-inline-media-tests): Remove no-op media
tests for XEmacs features.
("text/.*" mm-inline-text identity)
("application/x-.?tar\\(-.*\\)?" mm-archive-dissect-and-inline identity)
("application/zip" mm-archive-dissect-and-inline identity)
- ("audio/wav" mm-inline-audio
- ,(lambda (_handle)
- (and (fboundp 'device-sound-enabled-p)
- (device-sound-enabled-p))))
- ("audio/au"
- mm-inline-audio
- ,(lambda (_handle)
- (and (fboundp 'device-sound-enabled-p)
- (device-sound-enabled-p))))
("application/pgp-signature" ignore identity)
("application/x-pkcs7-signature" ignore identity)
("application/pkcs7-signature" ignore identity)