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
ab233196
Commit
ab233196
authored
Jan 01, 2003
by
Richard M. Stallman
Browse files
(rmail-reply): Don't call mail-strip-quoted-names.
parent
7da6bf00
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/mail/rmail.el
lisp/mail/rmail.el
+2
-1
No files found.
lisp/ChangeLog
View file @
ab233196
2003-01-01 Richard M. Stallman <rms@gnu.org>
* mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
* files.el (backup-buffer): Cope if file-modes returns nil.
2002-12-30 Steven Tamm <steventamm@mac.com>
* scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
...
...
lisp/mail/rmail.el
View file @
ab233196
...
...
@@ -3147,7 +3147,8 @@ use \\[mail-yank-original] to yank the original message into it."
;; since they can handle the names unstripped.
;; I don't know whether there are other mailers that still
;; need the names to be stripped.
(mail-strip-quoted-names reply-to)
;;; (mail-strip-quoted-names reply-to)
reply-to
subject
(rmail-make-in-reply-to-field from date message-id)
(if just-sender
...
...
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