[imp] Fwd: IMP 4.1.1
Jose L. Enriquez
enriquez at math.cinvestav.mx
Tue May 16 16:14:54 PDT 2006
Michael M Slusarz <slusarz <at> horde.org> writes:
> i dont know why but this fix do not work in my installation of the new
> imp 4.1.1
>
> - Fix displaying Show/Hide/Purge links for deleted messages in certain
> cases.
>
> That means, that i do not see the links in the imp
The problem may be fixed easyly.
Change line 441 in imp/lib/Mailbox.php to
$ret_array = array('hide' => true, 'purge' => true);
or
$ret_array = array('hide' => false, 'purge' => true);
jl
More information about the imp
mailing list