From cb9685141f104495ca49cef86564ef5831b281aa Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 22 Mar 1998 08:12:22 +0000 Subject: [PATCH] (mime-preview-condition): Set 'with-filter in 'body-presentation-method for 'body-filter. --- mime-image.el | 1 + 1 file changed, 1 insertion(+) 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))) ) -- 1.7.10.4