merge from semi-1_14:
authoryoichi <yoichi>
Sun, 18 Apr 2004 04:40:19 +0000 (04:40 +0000)
committeryoichi <yoichi>
Sun, 18 Apr 2004 04:40:19 +0000 (04:40 +0000)
* mime-edit.el (mime-file-types): Add application/pdf. Use base64
for application/postscript.
(mime-content-types): Add application/pdf.

ChangeLog
mime-edit.el

index f1ffd1b..1dc65bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * mime-edit.el (mime-file-types): Add application/pdf. Use base64
+       for application/postscript.
+       (mime-content-types): Add application/pdf.
+
 2004-04-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * mime-edit.el (mime-file-types): Add application/vnd.ms-excel.
index b7fb75e..7349ef3 100644 (file)
@@ -230,6 +230,7 @@ To insert a signature file automatically, call the function
     ("application"
      ("octet-stream" ("type" "" "tar" "shar"))
      ("postscript")
+     ("pdf")
      ("msword")
      ("vnd.ms-excel")
      ("vnd.ms-powerpoint")
@@ -322,7 +323,11 @@ To insert a signature file automatically, call the function
      "inline"          (("filename" . file)))
     ("\\.ps$"
      "application" "postscript"        nil
-     "quoted-printable"
+     "base64"
+     "attachment"      (("filename" . file)))
+    ("\\.pdf$"
+     "application" "pdf"       nil
+     "base64"
      "attachment"      (("filename" . file)))
 
     ;;  Pure binary