Use `mime-conf' instead of `mailcap'.
authortomo <tomo>
Mon, 27 Nov 2000 07:35:43 +0000 (07:35 +0000)
committertomo <tomo>
Mon, 27 Nov 2000 07:35:43 +0000 (07:35 +0000)
mime-view.el

index 24678d0..26836ac 100644 (file)
@@ -32,7 +32,7 @@
 (require 'semi-def)
 (require 'calist)
 (require 'alist)
-(require 'mailcap)
+(require 'mime-conf)
 
 
 ;;; @ version
@@ -870,8 +870,8 @@ MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t.  t means default."
 (defvar mime-acting-condition nil
   "Condition-tree about how to process entity.")
 
-(if (file-readable-p mailcap-file)
-    (let ((entries (mailcap-parse-file)))
+(if (file-readable-p mime-mailcap-file)
+    (let ((entries (mime-parse-mailcap-file)))
       (while entries
        (let ((entry (car entries))
              view print shared)