at the beginning of field body (Thanks to Markus Knittig).
2004-05-18 Yoichi NAKAYAMA <yoichi@geiin.org>
+ * wl-highlight.el (wl-highlight-message): Ignore white spaces
+ at the beginning of field body (Thanks to Markus Knittig).
+
* wl-draft.el (wl-draft-insert-current-message): Also check
summary buffer, remove unnecessary tag.
(goto-char start)
(while (and (not body-only)
(not (eobp)))
- (if (looking-at "^[^ \t\n:]+[ \t]*:")
+ (if (looking-at "^[^ \t\n:]+[ \t]*:[ \t]*")
(progn
(put-text-property (match-beginning 0) (match-end 0)
'face 'wl-highlight-message-headers)