Quoting Dominique LALOT <[email protected]>:

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 [[email protected]]

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to