Missed a x-imp-pgp-signature conversion.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 10 Nov 2009 17:00:28 +0000 (10:00 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 10 Nov 2009 17:00:28 +0000 (10:00 -0700)
imp/lib/Mime/Viewer/Pgp.php

index 82f3406..bf85497 100644 (file)
@@ -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);
     }