From aa3c9cbe1737f70f3dc0288b3464d38a0fd5141b Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 10 Nov 2009 10:00:28 -0700 Subject: [PATCH] Missed a x-imp-pgp-signature conversion. --- imp/lib/Mime/Viewer/Pgp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Mime/Viewer/Pgp.php b/imp/lib/Mime/Viewer/Pgp.php index 82f3406b8..bf8549723 100644 --- a/imp/lib/Mime/Viewer/Pgp.php +++ b/imp/lib/Mime/Viewer/Pgp.php @@ -445,7 +445,7 @@ class IMP_Horde_Mime_Viewer_Pgp extends Horde_Mime_Viewer_Driver { return (($mode == 'raw') && ($this->_mimepart->getType() == 'application/pgp-signature') && - $this->_mimepart->getContentTypeParameter('x-imp-pgp-signature')) + $this->_mimepart->getMetadata('imp-pgp-signature')) ? true : parent::canRender($mode); } -- 2.11.0