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
4ad1654a
Commit
4ad1654a
authored
Mar 15, 2009
by
Glenn Morris
Browse files
(rmail-font-lock-keywords): Treat "Mail-Reply-To" like "Reply-To".
parent
e009b596
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
lisp/ChangeLog
lisp/ChangeLog
+9
-0
lisp/mail/rmail.el
lisp/mail/rmail.el
+2
-1
No files found.
lisp/ChangeLog
View file @
4ad1654a
2009-03-15 Glenn Morris <rgm@gnu.org>
* mail/sendmail.el (mail-yank-prefix): Doc fix.
(mail-mode-map): Only enable the "Cite Original" menu-item when
appropriate. Standardize the text used for other headers re hyphens.
* mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
like "Reply-To".
2009-03-15 Chong Yidong <cyd@stupidchicken.com>
* minibuffer.el (completion-styles): Add emacs22 completion style
...
...
lisp/mail/rmail.el
View file @
4ad1654a
...
...
@@ -771,7 +771,8 @@ that knows the exact ordering of the \\( \\) subexpressions.")
(
cite-suffix
(
concat
cite-prefix
"0-9_.@-`'\""
)))
(
list
'
(
"^\\(From\\|Sender\\|Resent-From\\):"
.
'rmail-header-name
)
'
(
"^Reply-To:.*$"
.
'rmail-header-name
)
'
(
"^\\(Mail-\\)?Reply-To:.*$"
.
'rmail-header-name
)
;; FIXME Mail-Followup-To should probably be here too.
'
(
"^Subject:"
.
'rmail-header-name
)
'
(
"^X-Spam-Status:"
.
'rmail-header-name
)
'
(
"^\\(To\\|Apparently-To\\|Cc\\|Newsgroups\\):"
...
...
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