(mime-preview-condition): Set 'with-filter in
authormorioka <morioka>
Sun, 22 Mar 1998 08:12:22 +0000 (08:12 +0000)
committermorioka <morioka>
Sun, 22 Mar 1998 08:12:22 +0000 (08:12 +0000)
'body-presentation-method for 'body-filter.

mime-image.el

index 4eb0eef..6bfbf0c 100644 (file)
                    '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)))
                   )