summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmail.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index e08fb569d97..e26563e6ab9 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -2145,6 +2145,9 @@ original message into it."
(interactive)
(rmail-start-mail t))
+(put 'rmail-send-actions-rmail-buffer 'permanent-local t)
+(put 'rmail-send-actions-rmail-msg-number 'permanent-local t)
+
(defun rmail-reply (just-sender)
"Reply to the current message.
Normally include CC: to all other recipients of original message;