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


-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to