From: morioka Date: Sun, 22 Mar 1998 08:12:22 +0000 (+0000) Subject: (mime-preview-condition): Set 'with-filter in X-Git-Tag: semi-1_1_2~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cb9685141f104495ca49cef86564ef5831b281aa;p=elisp%2Fsemi.git (mime-preview-condition): Set 'with-filter in 'body-presentation-method for 'body-filter. --- diff --git a/mime-image.el b/mime-image.el index 4eb0eef..6bfbf0c 100644 --- a/mime-image.el +++ b/mime-image.el @@ -125,6 +125,7 @@ 'mime-preview-condition (list (cons 'type type)(cons 'subtype subtype) '(body . visible) + '(body-presentation-method . with-filter) (cons 'body-filter #'mime-view-filter-for-image))) )