projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d415f5b
)
Add capability variable.
author
Michael M Slusarz
<slusarz@curecanti.org>
Sun, 16 Nov 2008 17:55:52 +0000
(10:55 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sun, 16 Nov 2008 17:56:22 +0000
(10:56 -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
bcebf76
..
bcaf925
100644
(file)
--- a/
imp/lib/Mime/Viewer/pgp.php
+++ b/
imp/lib/Mime/Viewer/pgp.php
@@
-26,6
+26,18
@@
require_once IMP_BASE . '/lib/Crypt/PGP.php';
class IMP_Horde_Mime_Viewer_pgp extends Horde_Mime_Viewer_Driver
{
/**
+ * Can this driver render various views?
+ *
+ * @var boolean
+ */
+ protected $_capability = array(
+ 'embedded' => false,
+ 'full' => false,
+ 'info' => false,
+ 'inline' => false,
+ );
+
+ /**
* IMP_PGP object.
*
* @var IMP_PGP