diff options
| -rw-r--r-- | lisp/mail/rmailsum.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 49b702143a9..76e98f9bc5f 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el | |||
| @@ -30,8 +30,8 @@ | |||
| 30 | ;;; Code: | 30 | ;;; Code: |
| 31 | 31 | ||
| 32 | (defvar rmail-summary-font-lock-keywords | 32 | (defvar rmail-summary-font-lock-keywords |
| 33 | '(("^....D.*$" . font-lock-string-face) ; Deleted. | 33 | '(("^....D.*" . font-lock-string-face) ; Deleted. |
| 34 | ("^....-.*$" . font-lock-type-face) ; Unread. | 34 | ("^....-.*" . font-lock-type-face) ; Unread. |
| 35 | ;; Neither of the below will be highlighted if either of the above are: | 35 | ;; Neither of the below will be highlighted if either of the above are: |
| 36 | ("^....[^D-] \\(......\\)" 1 font-lock-keyword-face) ; Date. | 36 | ("^....[^D-] \\(......\\)" 1 font-lock-keyword-face) ; Date. |
| 37 | ("{ \\([^}]+\\),}" 1 font-lock-comment-face)) ; Labels. | 37 | ("{ \\([^}]+\\),}" 1 font-lock-comment-face)) ; Labels. |