aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2012-09-17 07:44:48 -0400
committerRichard M. Stallman2012-09-17 07:44:48 -0400
commitacb1c47be040b8e532716ae976ccfaaa69792f23 (patch)
tree9206e67fa7ef23bcd5f7f817d6a57f31803ba8fd
parentcdfca592b027544972e92c7d0ae804581e925433 (diff)
downloademacs-acb1c47be040b8e532716ae976ccfaaa69792f23.tar.gz
emacs-acb1c47be040b8e532716ae976ccfaaa69792f23.zip
rmail-retry-failure must avoid mime processing.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/mail/rmail.el9
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d56e0e88f91..6232886b88b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12012-09-17 Richard Stallman <rms@gnu.org> 12012-09-17 Richard Stallman <rms@gnu.org>
2 2
3 * mail/rmail.el (rmail-retry-failure): Turn off mime processing first.
4
3 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key. 5 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
4 6
52012-09-17 Chong Yidong <cyd@gnu.org> 72012-09-17 Chong Yidong <cyd@gnu.org>
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index d88862b2d47..5606e71dea4 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -4068,6 +4068,13 @@ The variable `rmail-retry-ignored-headers' is a regular expression
4068specifying headers which should not be copied into the new message." 4068specifying headers which should not be copied into the new message."
4069 (interactive) 4069 (interactive)
4070 (require 'mail-utils) 4070 (require 'mail-utils)
4071 (if rmail-enable-mime
4072 (with-current-buffer rmail-buffer
4073 (if (rmail-mime-message-p)
4074 (let ((rmail-mime-mbox-buffer rmail-view-buffer)
4075 (rmail-mime-view-buffer rmail-buffer))
4076 (rmail-mime-toggle-raw 'raw)))))
4077
4071 (let ((rmail-this-buffer (current-buffer)) 4078 (let ((rmail-this-buffer (current-buffer))
4072 (msgnum rmail-current-message) 4079 (msgnum rmail-current-message)
4073 bounce-start bounce-end bounce-indent resending 4080 bounce-start bounce-end bounce-indent resending
@@ -4598,7 +4605,7 @@ With prefix argument N moves forward N messages with these labels.
4598 4605
4599;;;*** 4606;;;***
4600 4607
4601;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "cd7656f82944d0b92b0d093a5f3a4c36") 4608;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "0c18b83f914803d1216e1a9df7ea5275")
4602;;; Generated autoloads from rmailmm.el 4609;;; Generated autoloads from rmailmm.el
4603 4610
4604(autoload 'rmail-mime "rmailmm" "\ 4611(autoload 'rmail-mime "rmailmm" "\