* lisp/gnus/mm-decode.el (mm-display-external): Don't delete other
buffers when displaying parts (bug#22861) because that should be
up to the user, probably.
(buffer-live-p gnus-summary-buffer))
(when attachment-filename
(with-current-buffer mm
- (rename-buffer (format "*mm* %s" attachment-filename) t)))
+ (rename-buffer
+ (format "*mm* %s" attachment-filename) t)))
;; So that we pop back to the right place, sort of.
(switch-to-buffer gnus-summary-buffer)
(switch-to-buffer mm))
- (delete-other-windows)
(funcall method))
(mm-save-part handle))
(when (and (not non-viewer)