(mime-content-types): Add definition of application/vnd.ms-powerpoint
authormorioka <morioka>
Mon, 8 Feb 1999 13:40:35 +0000 (13:40 +0000)
committermorioka <morioka>
Mon, 8 Feb 1999 13:40:35 +0000 (13:40 +0000)
for myself :-P
(mime-file-types): Add setting of *.ppt for
application/vnd.ms-powerpoint.

mime-edit.el

index 57c1de9..fbc8e4b 100644 (file)
@@ -219,6 +219,7 @@ To insert a signature file automatically, call the function
     ("application"
      ("octet-stream" ("type" "" "tar" "shar"))
      ("postscript")
+     ("vnd.ms-powerpoint")
      ("x-kiss" ("x-cnf")))
     ("image"
      ("gif")
@@ -303,6 +304,11 @@ To insert a signature file automatically, call the function
      "base64"
      "attachment" (("filename" . file))
      )
+    ("\\.ppt$"                         ; MS Power Point
+     "application" "vnd.ms-powerpoint" nil
+     "base64"
+     "attachment" (("filename" . file))
+     )
 
     ("\\.pln$"
      "text"    "plain"         nil