diff options
| author | Richard M. Stallman | 2003-01-01 16:57:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-01-01 16:57:25 +0000 |
| commit | ab233196ba2b58fc2c32f5ec3716fd5fb8f7c2fe (patch) | |
| tree | 15500efd8c3f9b724e26667e7047342eb44f97cf /lisp/mail | |
| parent | 7da6bf0059a9ddd4605d16322474c258f7bbf27b (diff) | |
| download | emacs-ab233196ba2b58fc2c32f5ec3716fd5fb8f7c2fe.tar.gz emacs-ab233196ba2b58fc2c32f5ec3716fd5fb8f7c2fe.zip | |
(rmail-reply): Don't call mail-strip-quoted-names.
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmail.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index d07305f2b8c..f7e10f15549 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -3147,7 +3147,8 @@ use \\[mail-yank-original] to yank the original message into it." | |||
| 3147 | ;; since they can handle the names unstripped. | 3147 | ;; since they can handle the names unstripped. |
| 3148 | ;; I don't know whether there are other mailers that still | 3148 | ;; I don't know whether there are other mailers that still |
| 3149 | ;; need the names to be stripped. | 3149 | ;; need the names to be stripped. |
| 3150 | (mail-strip-quoted-names reply-to) | 3150 | ;;; (mail-strip-quoted-names reply-to) |
| 3151 | reply-to | ||
| 3151 | subject | 3152 | subject |
| 3152 | (rmail-make-in-reply-to-field from date message-id) | 3153 | (rmail-make-in-reply-to-field from date message-id) |
| 3153 | (if just-sender | 3154 | (if just-sender |