(mime-file-types): Abolish setting for text/richtext.
authormorioka <morioka>
Sun, 13 Sep 1998 10:39:46 +0000 (10:39 +0000)
committermorioka <morioka>
Sun, 13 Sep 1998 10:39:46 +0000 (10:39 +0000)
(mime-edit-insert-text): Likewise.

mime-edit.el

index 66ede32..1aa3c2f 100644 (file)
@@ -185,10 +185,10 @@ To insert a signature file automatically, call the function
       ;;("charset" "" "ISO-2022-JP" "US-ASCII" "ISO-8859-1" "ISO-8859-8")
       )
      ("enriched")
-     ("x-latex")
      ("html")
      ("css") ; rfc2318
      ("xml") ; rfc2376
+     ("x-latex")
      ("x-rot13-47-48")
      )
     ("message"
@@ -245,10 +245,6 @@ To insert a signature file automatically, call the function
      nil
      "inline"          (("filename" . file))
      )
-    ("\\.rtf$"
-     "text"    "richtext"      nil
-     nil
-     nil               nil)
     ("\\.html$"
      "text"    "html"          nil
      nil
@@ -1022,9 +1018,8 @@ If optional argument SUBTYPE is not nil, text/SUBTYPE tag is inserted."
            (insert "\n")
            (forward-char -1)
            ))
-      (if (and (member (cadr ret) '("enriched" "richtext"))
-              (fboundp 'enriched-mode)
-              )
+      (if (and (member (cadr ret) '("enriched"))
+              (fboundp 'enriched-mode))
          (enriched-mode t)
        (if (boundp 'enriched-mode)
            (enriched-mode -1)