(mime-edit-split-ignored-field-regexp): Add "^".
authoryamaoka <yamaoka>
Wed, 11 Nov 1998 23:57:54 +0000 (23:57 +0000)
committeryamaoka <yamaoka>
Wed, 11 Nov 1998 23:57:54 +0000 (23:57 +0000)
ChangeLog
mime-edit.el

index f0fdd09..1b8caa6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-11-12  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mime-edit.el (mime-edit-split-ignored-field-regexp): Add "^".
+
 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * mime-bbdb.el (mime-bbdb/update-record): Use
index bca7c68..6ba9f85 100644 (file)
@@ -547,7 +547,7 @@ If it is not specified for a major-mode,
   :type 'list)
 
 (defconst mime-edit-split-ignored-field-regexp
-  "\\(^Content-\\|^Subject:\\|^Mime-Version:\\|Message-Id:\\)")
+  "\\(^Content-\\|^Subject:\\|^Mime-Version:\\|^Message-Id:\\)")
 
 (defcustom mime-edit-split-blind-field-regexp
   "\\(^[BDFbdf]cc:\\|^cc:[ \t]*$\\)"