X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=emacs%2Fnotmuch-show.el;h=e6a5b31fee3c0f3d820d973d029204248429a6d0;hb=ba33a15ec3ab80b175cf54d2584aa8acd1a2dc6e;hp=3fb13ab382e2e21b0a4ed77d94ddd3c42576a5da;hpb=85665a2955e729eeab1089282ac3f352129276a7;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 3fb13ab3..e6a5b31f 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -137,14 +137,14 @@ indentation." "Use external viewers to view all attachments from the current message." (interactive) (with-current-notmuch-show-message - ; We override the mm-inline-media-tests to indicate which message - ; parts are already sufficiently handled by the original - ; presentation of the message in notmuch-show mode. These parts - ; will be inserted directly into the temporary buffer of - ; with-current-notmuch-show-message and silently discarded. - ; - ; Any MIME part not explicitly mentioned here will be handled by an - ; external viewer as configured in the various mailcap files. + ;; We override the mm-inline-media-tests to indicate which message + ;; parts are already sufficiently handled by the original + ;; presentation of the message in notmuch-show mode. These parts + ;; will be inserted directly into the temporary buffer of + ;; with-current-notmuch-show-message and silently discarded. + ;; + ;; Any MIME part not explicitly mentioned here will be handled by an + ;; external viewer as configured in the various mailcap files. (let ((mm-inline-media-tests '( ("text/.*" ignore identity) ("application/pgp-signature" ignore identity)