projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce7ed9
)
Link e-mail addresses in HTML compose data
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 2 Sep 2010 21:27:45 +0000
(15:27 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 2 Sep 2010 21:27:45 +0000
(15:27 -0600)
imp/lib/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Compose.php
b/imp/lib/Compose.php
index
cdc9b63
..
2c80ea8
100644
(file)
--- a/
imp/lib/Compose.php
+++ b/
imp/lib/Compose.php
@@
-2733,7
+2733,10
@@
class IMP_Compose
*/
static public function text2html($msg)
{
- return $GLOBALS['injector']->getInstance('Horde_Text_Filter')->filter($msg, 'text2html', array('parselevel' => Horde_Text_Filter_Text2html::MICRO_LINKURL, 'callback' => null));
+ return $GLOBALS['injector']->getInstance('Horde_Text_Filter')->filter($msg, 'Text2html', array(
+ 'always_mailto' => true,
+ 'parselevel' => Horde_Text_Filter_Text2html::MICRO
+ ));
}
/**