(mime-preview-condition): Renamed method for "anon-ftp" access-type to
authorshuhei-k <shuhei-k>
Wed, 24 Jun 1998 14:05:44 +0000 (14:05 +0000)
committershuhei-k <shuhei-k>
Wed, 24 Jun 1998 14:05:44 +0000 (14:05 +0000)
`mime-view-message/external-anon-ftp' and added new method
`mime-view-message/external-url' for "url" access-type.

mime-view.el

index d1ef548..d7168d0 100644 (file)
@@ -620,7 +620,14 @@ MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t.  t means default."
  'mime-acting-condition
  '((type . message)(subtype . external-body)
    ("access-type" . "anon-ftp")
-   (method . mime-view-message/external-ftp)
+   (method . mime-view-message/external-anon-ftp)
+   ))
+
+(ctree-set-calist-strictly
+ 'mime-acting-condition
+ '((type . message)(subtype . external-body)
+   ("access-type" . "url")
+   (method . mime-view-message/external-url)
    ))
 
 (ctree-set-calist-strictly