`mime-edit-decode-buffer'; change `not-decode-text' to optional
argument.
"\\):")
"Regexp for deleted header fields when `mime-edit-again' is called.")
-(defun mime-edit-decode-buffer (not-decode-text)
+(defun mime-edit-decode-message-in-buffer (&optional not-decode-text)
(save-excursion
(goto-char (point-min))
(let ((ctl (mime-read-Content-Type)))
)
(save-restriction
(narrow-to-region beg end)
- (mime-edit-decode-buffer not-decode-text)
+ (mime-edit-decode-message-in-buffer not-decode-text)
(goto-char (point-max))
))))
))
nil t)
(replace-match "\n\n")
)
- (mime-edit-decode-buffer not-decode-text)
+ (mime-edit-decode-message-in-buffer not-decode-text)
(goto-char (point-min))
(save-restriction
(std11-narrow-to-header)