projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e3acf6
)
itip viewer is not working, so mark as such
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 25 Nov 2008 04:44:02 +0000
(21:44 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 25 Nov 2008 04:44:02 +0000
(21:44 -0700)
imp/lib/Mime/Viewer/itip.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/itip.php
b/imp/lib/Mime/Viewer/itip.php
index
ae5c67a
..
5b802bd
100644
(file)
--- a/
imp/lib/Mime/Viewer/itip.php
+++ b/
imp/lib/Mime/Viewer/itip.php
@@
-16,6
+16,19
@@
class IMP_Horde_Mime_Viewer_itip extends Horde_Mime_Viewer_Driver
{
/**
+ * Can this driver render various views?
+ * TODO: For right now, everything is disabled.
+ *
+ * @var boolean
+ */
+ protected $_capability = array(
+ 'embedded' => false,
+ 'full' => false,
+ 'info' => false,
+ 'inline' => false
+ );
+
+ /**
* The messages to output to the user.
*
* @var array