diff options
Diffstat (limited to 'lisp')
| -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 7efcf695b24..43abc128c8a 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -3830,7 +3830,8 @@ use \\[mail-yank-original] to yank the original message into it." | |||
| 3830 | ;;; (setq cc resent-cc))) | 3830 | ;;; (setq cc resent-cc))) |
| 3831 | ;; Add `Re: ' to subject if not there already. | 3831 | ;; Add `Re: ' to subject if not there already. |
| 3832 | (and (stringp subject) | 3832 | (and (stringp subject) |
| 3833 | (setq subject | 3833 | (setq subject (rfc2047-decode-string subject) |
| 3834 | subject | ||
| 3834 | (concat rmail-reply-prefix | 3835 | (concat rmail-reply-prefix |
| 3835 | (if (let ((case-fold-search t)) | 3836 | (if (let ((case-fold-search t)) |
| 3836 | (string-match rmail-reply-regexp subject)) | 3837 | (string-match rmail-reply-regexp subject)) |