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
gimili schrieb:
Michael M Slusarz wrote:
There has been discussion about this on the list in the past. Simply
put - IMP can't guess what another mail agent does/wants to do. If
Thunderbird isn't cleaning up after itself, that's an issue in that app.
Thanks for the explanation Michael. Perh
Michael M Slusarz a écrit :
Quoting Dominique LALOT :
gimili a écrit :
LALOT Dominique wrote:
2008/12/12 gimili mailto:gimil...@gmail.com>>
Dominique LALOT wrote:
* If I use thunderbird: it moves the mail in trash as dimp,
but
leaves the original mail in del
Michael M Slusarz wrote:
There has been discussion about this on the list in the past. Simply
put - IMP can't guess what another mail agent does/wants to do. If
Thunderbird isn't cleaning up after itself, that's an issue in that app.
Thanks for the explanation Michael. Perhaps the problem i
Quoting Dominique LALOT :
gimili a écrit :
LALOT Dominique wrote:
2008/12/12 gimili mailto:gimil...@gmail.com>>
Dominique LALOT wrote:
* If I use thunderbird: it moves the mail in trash as dimp,
but
leaves the original mail in deleted state. So we still
gimili a écrit :
LALOT Dominique wrote:
2008/12/12 gimili mailto:gimil...@gmail.com>>
Dominique LALOT wrote:
* 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
LALOT Dominique wrote:
2008/12/12 gimili mailto:gimil...@gmail.com>>
Dominique LALOT wrote:
* 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
2008/12/12 Michael M Slusarz
> Quoting Dominique LALOT :
>
> 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 t
2008/12/12 gimili
> Dominique LALOT wrote:
>
>> * 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:
>
Quoting Dominique LALOT :
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 b
Dominique LALOT wrote:
* 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
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 th
12 matches
Mail list logo