From d3bc41f37db65f7436bdd63685b6e3ff8fde7288 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 8 Feb 1999 13:40:35 +0000 Subject: [PATCH] (mime-content-types): Add definition of application/vnd.ms-powerpoint for myself :-P (mime-file-types): Add setting of *.ppt for application/vnd.ms-powerpoint. --- mime-edit.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mime-edit.el b/mime-edit.el index 57c1de9..fbc8e4b 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -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 -- 1.7.10.4