changeset 49063:aed65d90301e

(mail-font-lock-keywords): Match multiline In-Reply-To and X-*.
author Richard M. Stallman <rms@gnu.org>
date Mon, 06 Jan 2003 01:07:14 +0000
parents cbcf1db3b1f0
children d9fb715ab692
files lisp/mail/sendmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Mon Jan 06 01:04:56 2003 +0000
+++ b/lisp/mail/sendmail.el	Mon Jan 06 01:07:14 2003 +0000
@@ -376,7 +376,7 @@
 	       (beginning-of-line) (end-of-line)
 	       (2 font-lock-constant-face nil t)
 	       (4 font-lock-comment-face nil t)))
-	    '("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\):.*"
+	    '("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\):.*\\(\n[ \t]+.*\\)*$"
 	      . font-lock-string-face))))
   "Additional expressions to highlight in Mail mode.")