diff lisp/tm/message-mime.el @ 16:0293115a14e9 r19-15b91

Import from CVS: tag r19-15b91
author cvs
date Mon, 13 Aug 2007 08:49:20 +0200
parents 49a24b4fd526
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/tm/message-mime.el	Mon Aug 13 08:48:43 2007 +0200
+++ b/lisp/tm/message-mime.el	Mon Aug 13 08:49:20 2007 +0200
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1996/8/6
 ;; Version:
-;;	$Id: message-mime.el,v 1.3 1996/12/29 00:15:12 steve Exp $
+;;	$Id: message-mime.el,v 1.4 1997/02/02 05:06:18 steve Exp $
 ;; Keywords: news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is not part of GNU Emacs yet.
@@ -43,6 +43,12 @@
 	  (concat message-included-forward-headers "\\|^Content-Type:"))
     )
 
+(or (string-match message-included-forward-headers
+                  "Content-Transfer-Encoding:")
+    (setq message-included-forward-headers
+	  (concat message-included-forward-headers
+                  "\\|^Content-Transfer-Encoding:"))
+    )
 
 ;;; @ for tm-edit
 ;;;