[imp] message marked as deleted

Otto Stolz Otto.Stolz at uni-konstanz.de
Mon Feb 5 01:26:56 PST 2007


Hello Stefan,

I had suggested:
> 1. In imp/config/prefs.php, lock the use_trash preference (value=false).

Apparently, you have then quoted the pertinent entry from your imp/config/prefs.php:
> $_prefs['use_trash'] = array(
>     'value' => 0,
>     'locked' => false,
>     'shared' => false,
>     'type' => 'checkbox',
>     'desc' => _("When deleting messages, move them to your Trash folder instead of marking them as deleted?"));

»'value' => 0« is OK, but you forgot to lock that entry: »'locked' => true«.
Cf. horde/config/prefs.php for an explanation.

Best wishes,
   Otto Stolz




More information about the imp mailing list