(mime-file-types): add for patch.
authormorioka <morioka>
Thu, 11 Jul 1996 14:57:42 +0000 (14:57 +0000)
committermorioka <morioka>
Thu, 11 Jul 1996 14:57:42 +0000 (14:57 +0000)
mime-edit.el

index f16af45..ca44519 100644 (file)
@@ -9,7 +9,7 @@
 ;;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;;; Created: 1994/08/21 renamed from mime.el by UMEDA Masanobu;
 ;;;          1996/05/24 renamed from tm-edit.el
-;;; Version: $Revision: 0.36 $
+;;; Version: $Revision: 0.37 $
 ;;; Keywords: mail, news, MIME, multimedia, multilingual
 ;;;
 ;;; This file is part of SEMI (September, Emacs MIME Interface)
 ;;;
 
 (defconst mime-editor/RCS-ID
-  "$Id: mime-edit.el,v 0.36 1996-07-11 14:16:32 morioka Exp $")
+  "$Id: mime-edit.el,v 0.37 1996-07-11 14:57:42 morioka Exp $")
 
 (defconst mime-editor/version (get-version-string mime-editor/RCS-ID))
 
@@ -338,6 +338,11 @@ To insert a signature file automatically, call the function
      nil
      "attachment"      (("filename" . file))
      )
+    ("\\.patch$"
+     "application" "octet-stream" (("type" . "patch"))
+     nil
+     "attachment"      (("filename" . file))
+     )
     ("\\.signature"
      "text"    "plain"         nil     nil)
     (".*"