[imp] Empty From Adresses in traditional view since Update to 5.0.19

Daniel Betz dbetz at df.eu
Mon Mar 26 11:41:58 UTC 2012


Hi all,

since the update to imp 5.0.19 the from adresses wont display in traditional view.

When reverting the changes from http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=51ada72f5a00201b9cda15a04f6dde39b26c443d
in line 855 the from addresses gets displayed:
        if (!$getfrom['error']) {
-            $msg['from'] = call_user_func_array(array('Horde', $preview_tooltip ? 'linkTooltip' : 'link'), IMP::composeLink(array(), array('actionID' => 'mailto', 'thismailbox' => $ob['mailbox'], 'uid' => $ob['uid'], 'mailto' => $getfrom['to'])), sprintf(_("New Message to %s"), $msg['fullfrom']));
+            $msg['from'] = call_user_func_array(array('Horde', $preview_tooltip ? 'linkTooltip' : 'link'), array(IMP::composeLink(array(), array('actionID' => 'mailto', 'thismailbox' => $ob['mailbox'], 'uid' => $ob['uid'], 'mailto' => $getfrom['to'])), sprintf(_("New Message to %s"), $msg['fullfrom']))) . $msg['from'] . '</a>';
        }

Is this an bug or an failure by myside ? Any hints ?

Greetings,
Daniel




More information about the imp mailing list