diff options
| author | Richard M. Stallman | 2012-09-17 07:44:48 -0400 |
|---|---|---|
| committer | Richard M. Stallman | 2012-09-17 07:44:48 -0400 |
| commit | acb1c47be040b8e532716ae976ccfaaa69792f23 (patch) | |
| tree | 9206e67fa7ef23bcd5f7f817d6a57f31803ba8fd /lisp/mail | |
| parent | cdfca592b027544972e92c7d0ae804581e925433 (diff) | |
| download | emacs-acb1c47be040b8e532716ae976ccfaaa69792f23.tar.gz emacs-acb1c47be040b8e532716ae976ccfaaa69792f23.zip | |
rmail-retry-failure must avoid mime processing.
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmail.el | 9 |
1 files changed, 8 insertions, 1 deletions
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 | |||
| 4068 | specifying headers which should not be copied into the new message." | 4068 | specifying 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" "\ |