[imp] link to show/hide deleted messages

Michael M Slusarz slusarz at horde.org
Tue Mar 14 07:43:21 PST 2006


Quoting Graeme Wood <Graeme.Wood at ed.ac.uk>:

> I'm trying out IMP 4.1 and I noticed this happening. I am pretty sure that
> there is an error in lib/Mailbox.php on line 447 and that:
>
> $ret_array = array('hide' => false, 'purge' => true);
>
> show be:
>
> $ret_array = array('hide' => true, 'purge' => true);
>
> But I am not absolutely certain yet. Certainly that fixes the problem for
> me and I can't see any reason why the hide button should be hidden in that
> bit of logic.

You are using Thread Sorting.  We can't hide deleted messages using  
thread sorting because there is no way with PHP's imap library we can  
sort by thread on anything less than the full mailbox.

michael

___________________________________
Michael Slusarz [slusarz at horde.org]


More information about the imp mailing list