From: ueno Date: Thu, 4 Nov 1999 02:28:47 +0000 (+0000) Subject: * mime-edit.el (mime-edit-preview-message): Inherit the value of X-Git-Tag: emiko-1_13_7~81 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fa90aae11b94e40ad5031b48098693c9b6a279a1;p=elisp%2Fsemi.git * mime-edit.el (mime-edit-preview-message): Inherit the value of `mime-edit-pgp-processing'. --- diff --git a/mime-edit.el b/mime-edit.el index d2c9a89..a461073 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -2580,6 +2580,7 @@ Content-Type: message/partial; id=%s; number=%d; total=%d\n%s\n" (buf-name (buffer-name)) (temp-buf-name (concat "*temp-article:" buf-name "*")) (buf (get-buffer temp-buf-name)) + (pgp-processing mime-edit-pgp-processing) ) (if buf (progn @@ -2595,6 +2596,7 @@ Content-Type: message/partial; id=%s; number=%d; total=%d\n%s\n" (setq mail-header-separator separator) (make-local-variable 'mime-edit-buffer) (setq mime-edit-buffer the-buf) + (setq mime-edit-pgp-processing pgp-processing) (run-hooks 'mime-edit-translate-hook) (mime-edit-translate-buffer)