Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
70d2f115
Commit
70d2f115
authored
Oct 21, 2001
by
Eli Zaretskii
Browse files
(rmail-summary-font-lock-keywords): Fix the
regexps due to 5-digit message IDs.
parent
4fdd691b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/mail/rmailsum.el
lisp/mail/rmailsum.el
+3
-3
No files found.
lisp/mail/rmailsum.el
View file @
70d2f115
...
...
@@ -47,10 +47,10 @@
:group
'rmail-summary
)
(
defvar
rmail-summary-font-lock-keywords
'
((
"^....D.*"
.
font-lock-string-face
)
; Deleted.
(
"^....-.*"
.
font-lock-type-face
)
; Unread.
'
((
"^....
.
D.*"
.
font-lock-string-face
)
; Deleted.
(
"^....
.
-.*"
.
font-lock-type-face
)
; Unread.
;; Neither of the below will be highlighted if either of the above are:
(
"^....[^D-] \\(......\\)"
1
font-lock-keyword-face
)
; Date.
(
"^....
.
[^D-] \\(......\\)"
1
font-lock-keyword-face
)
; Date.
(
"{ \\([^\n}]+\\),}"
1
font-lock-comment-face
))
; Labels.
"Additional expressions to highlight in Rmail Summary mode."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment