From 2e05d784f4b48ff9f72172b08225ff4f8b1c81e4 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 11 Apr 1998 23:11:22 +0000 Subject: [PATCH] (mime-preview-condition): Add (message-button . visible) to application/pgp again. --- mime-pgp.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mime-pgp.el b/mime-pgp.el index d0ff55e..6e3611d 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -104,6 +104,10 @@ (set-window-buffer p-win mime-preview-buffer) )) +(ctree-set-calist-strictly + 'mime-preview-condition '((type . application)(subtype . pgp) + (message-button . visible))) + (set-atype 'mime-acting-condition '((type . application)(subtype . pgp) (method . mime-method-for-application/pgp))) -- 1.7.10.4