diff options
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 |