comparison lisp/mail/rmailsum.el @ 28180:f9268a210b0b

(rmail-summary-font-lock-keywords): Make sure the regexp for labels cannot span several lines.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 17 Mar 2000 20:04:56 +0000
parents db949b28b6b4
children 653e53467c66
comparison
equal deleted inserted replaced
28179:5bcc6166bde4 28180:f9268a210b0b
48 (defvar rmail-summary-font-lock-keywords 48 (defvar rmail-summary-font-lock-keywords
49 '(("^....D.*" . font-lock-string-face) ; Deleted. 49 '(("^....D.*" . font-lock-string-face) ; Deleted.
50 ("^....-.*" . font-lock-type-face) ; Unread. 50 ("^....-.*" . font-lock-type-face) ; Unread.
51 ;; Neither of the below will be highlighted if either of the above are: 51 ;; Neither of the below will be highlighted if either of the above are:
52 ("^....[^D-] \\(......\\)" 1 font-lock-keyword-face) ; Date. 52 ("^....[^D-] \\(......\\)" 1 font-lock-keyword-face) ; Date.
53 ("{ \\([^}]+\\),}" 1 font-lock-comment-face)) ; Labels. 53 ("{ \\([^\n}]+\\),}" 1 font-lock-comment-face)) ; Labels.
54 "Additional expressions to highlight in Rmail Summary mode.") 54 "Additional expressions to highlight in Rmail Summary mode.")
55 55
56 ;; Entry points for making a summary buffer. 56 ;; Entry points for making a summary buffer.
57 57
58 ;; Regenerate the contents of the summary 58 ;; Regenerate the contents of the summary