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


--
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