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

index 10807a8..24102f1 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-10  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * semi-def.el (mime-insert-button): Insert invisible text as a
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]*$\\)"