Re: [imp] dimp and deleting messages

2009-02-18 Thread LALOT Dominique
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

Re: [imp] dimp and deleting messages

2008-12-17 Thread Marcus
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

Re: [imp] dimp and deleting messages

2008-12-17 Thread Dominique LALOT
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

Re: [imp] dimp and deleting messages

2008-12-16 Thread gimili
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

Re: [imp] dimp and deleting messages

2008-12-16 Thread Michael M Slusarz
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

Re: [imp] dimp and deleting messages

2008-12-16 Thread 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 see that

Re: [imp] dimp and deleting messages

2008-12-16 Thread gimili
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

Re: [imp] dimp and deleting messages

2008-12-15 Thread LALOT Dominique
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

Re: [imp] dimp and deleting messages

2008-12-15 Thread LALOT Dominique
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: >

Re: [imp] dimp and deleting messages

2008-12-12 Thread 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 two little problems * I dont't see a empty trash b

Re: [imp] dimp and deleting messages

2008-12-12 Thread 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: $_prefs['delhide'] = array

[imp] dimp and deleting messages

2008-12-12 Thread 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 button somewhere even with th