Quoting Daniel Betz <db...@df.eu>:

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 ?

This has already been fixed for IMP 5.0.20.

michael

___________________________________
Michael Slusarz [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to