From fa90aae11b94e40ad5031b48098693c9b6a279a1 Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 4 Nov 1999 02:28:47 +0000 Subject: [PATCH] * mime-edit.el (mime-edit-preview-message): Inherit the value of `mime-edit-pgp-processing'. --- mime-edit.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- 1.7.10.4