[imp] dimp and deleting messages

LALOT Dominique dom.lalot at gmail.com
Wed Feb 18 15:26:56 UTC 2009


I answer to that old thread:

A colleague found a way to solve the problem:

// hide deleted
$_prefs['delhide'] = array(
    'value' => 1,
    'locked' => true,
    'shared' => false,
    'type' => 'implicit');

$_prefs['hide_deleted'] = $_prefs['delhide']; # Patch Julien

Using that, it works. Don't know how and why..

2008/12/12 Michael M Slusarz <slusarz at horde.org>

> Quoting Dominique LALOT <dom.lalot at gmail.com>:
>
>  I choose to do that:
>> // should we move messages to a trash folder instead of just marking
>> // them as deleted?
>> $_prefs['use_trash'] = array(
>>   'value' => 1,
>>   'locked' => true,
>>
>> If I only use dimp, it's fine except two little problems
>>
>>   * I dont't see a empty trash button somewhere even with that. There
>>     is a delete button, but no empty trash
>>
>
> There is no empty trash button.  But all you need to do is right click on
> the Trash folder and select "Empty Folder".  There is no need for a separate
> empty trash button.
>
>    * If I use thunderbird: it moves the mail in trash as dimp, but
>>     leaves the original mail in deleted state. So we still see that
>>     mail in grey in dimp until cyrus purges the day after
>>     I say, OK, there is a hide deleted option:
>>     $_prefs['delhide'] = array(
>>         'value' => 1,
>>         'locked' => true,
>>         'shared' => false,
>>      But it's not working!
>>
>
> Are you sure you are using the latest DIMP version?  there was a bug re:
> this awhile back that has already been fixed in late releases.
>
> michael
>
> --
> ___________________________________
> Michael Slusarz [slusarz at horde.org]
>
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>



-- 
Dominique LALOT
Ingénieur Systèmes et Réseaux
http://annuaire.univmed.fr/showuser?uid=lalot


More information about the imp mailing list