[imp] Empty From Adresses in traditional view since Update to 5.0.19
Michael M Slusarz
slusarz at horde.org
Mon Mar 26 15:48:18 UTC 2012
Quoting Daniel Betz <dbetz at 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 [slusarz at horde.org]
More information about the imp
mailing list