From: morioka Date: Thu, 11 Jul 1996 14:57:42 +0000 (+0000) Subject: (mime-file-types): add for patch. X-Git-Tag: Hokutetsu-Ishikawa-new~366 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb8a6705cb3d469a8b263d205f1efa9afecd460c;p=elisp%2Fsemi.git (mime-file-types): add for patch. --- diff --git a/mime-edit.el b/mime-edit.el index f16af45..ca44519 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -9,7 +9,7 @@ ;;; Maintainer: MORIOKA Tomohiko ;;; 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) @@ -123,7 +123,7 @@ ;;; (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) (".*"