projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2faf375
)
Missed a x-imp-pgp-signature conversion.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 10 Nov 2009 17:00:28 +0000
(10:00 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 10 Nov 2009 17:00:28 +0000
(10:00 -0700)
imp/lib/Mime/Viewer/Pgp.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/Pgp.php
b/imp/lib/Mime/Viewer/Pgp.php
index
82f3406
..
bf85497
100644
(file)
--- 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->get
ContentTypeParameter('x-
imp-pgp-signature'))
+ $this->_mimepart->get
Metadata('
imp-pgp-signature'))
? true
: parent::canRender($mode);
}