(mime-preview-condition): Set up for 'mime-preview-text/enriched
authormorioka <morioka>
Thu, 28 May 1998 22:27:36 +0000 (22:27 +0000)
committermorioka <morioka>
Thu, 28 May 1998 22:27:36 +0000 (22:27 +0000)
instead of 'mime-preview-filter-for-text/enriched.

mime-view.el

index c843c74..f68af9d 100644 (file)
@@ -417,11 +417,10 @@ Each elements are regexp of field-name.")
    (body-presentation-method . mime-preview-text/plain)))
 
 (ctree-set-calist-strictly
- 'mime-preview-condition '((type . text)(subtype . enriched)
-                          (body . visible)
-                          (body-presentation-method . with-filter)
-                          (body-filter
-                           . mime-preview-filter-for-text/enriched)))
+ 'mime-preview-condition
+ '((type . text)(subtype . enriched)
+   (body . visible)
+   (body-presentation-method . mime-preview-text/enriched)))
 
 (ctree-set-calist-strictly
  'mime-preview-condition
@@ -457,7 +456,7 @@ Each elements are regexp of field-name.")
 ;;;
 
 (autoload 'mime-preview-text/plain "mime-text")
-(autoload 'mime-preview-filter-for-text/enriched "mime-text")
+(autoload 'mime-preview-text/enriched "mime-text")
 (autoload 'mime-preview-text/richtext "mime-text")
 
 (defvar mime-text-decoder-alist