* mime-edit.el (mime-file-types): Add application/vnd.ms-excel.
authoryoichi <yoichi>
Sat, 3 Apr 2004 17:35:28 +0000 (17:35 +0000)
committeryoichi <yoichi>
Sat, 3 Apr 2004 17:35:28 +0000 (17:35 +0000)
(mime-content-types): Add application/vnd.ms-excel and
application/msword.

ChangeLog
mime-edit.el

index 832fba1..bcd80d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * mime-edit.el (mime-file-types): Add application/vnd.ms-excel.
+       (mime-content-types): Add application/vnd.ms-excel and
+       application/msword.
+
 2004-02-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * mime-image.el (mime-display-image): Ignore errors about image
index 4138333..bfcc6a8 100644 (file)
@@ -236,6 +236,8 @@ To insert a signature file automatically, call the function
     ("application"
      ("octet-stream" ("type" "" "tar" "shar"))
      ("postscript")
+     ("msword")
+     ("vnd.ms-excel")
      ("vnd.ms-powerpoint")
      ("x-kiss" ("x-cnf")))
     ("image"
@@ -321,6 +323,11 @@ To insert a signature file automatically, call the function
      "base64"
      "attachment" (("filename" . file))
      )
+    ("\\.xls$"                         ; MS Excel
+     "application" "vnd.ms-excel" nil
+     "base64"
+     "attachment" (("filename" . file))
+     )
     ("\\.ppt$"                         ; MS Power Point
      "application" "vnd.ms-powerpoint" nil
      "base64"