From: Michael M Slusarz Date: Tue, 10 Nov 2009 17:00:28 +0000 (-0700) Subject: Missed a x-imp-pgp-signature conversion. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=aa3c9cbe1737f70f3dc0288b3464d38a0fd5141b;p=horde.git Missed a x-imp-pgp-signature conversion. --- 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); }