states/hl/mail.st: Support extended mail headers.
authorTim Retout <diocles@gnu.org>
Sun, 10 Jul 2011 01:47:53 +0000 (02:47 +0100)
committerTim Retout <diocles@gnu.org>
Sun, 10 Jul 2011 01:47:53 +0000 (02:47 +0100)
Signed-off-by: Tim Retout <diocles@gnu.org>
ChangeLog
states/hl/mail.st

index 7793554..55ceb06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-07-10  Tim Retout  <diocles@gnu.org>
 
+       * states/hl/mail.st: Support extended mail headers.
+       Savannah bug #25440.
+
        * src/main.c (usage): Clarify documentation for short forms of
        optional arguments.
 
index 822539b..d9565c4 100644 (file)
@@ -27,7 +27,7 @@ state mail_header extends Highlight
   END {
     comment_face (true);
   }
-  /:/ {
+  /[ \t:]/ {
     language_print ($0);
     return;
   }