From 84fff9ee641f81ff838b8463483b5d9551a06b50 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 29 Jun 1998 00:07:56 +0000 Subject: [PATCH] (mime-view-application/pgp): Use `mime-entity-cooked-p'. --- mime-pgp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mime-pgp.el b/mime-pgp.el index 1324a7b..67fbb6e 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -92,7 +92,8 @@ (while (re-search-forward "^- -" nil t) (replace-match "-") ) - (setq representation-type (mime-entity-representation-type entity)) + (setq representation-type (if (mime-entity-cooked-p entity) + 'cooked)) ) ((progn (goto-char (point-min)) -- 1.7.10.4