[imp] Maintenance Operations
Metee Khanongnuch
may@yipintsoi.com
Wed, 30 Jan 2002 21:41:59 +0700
----- Original Message -----
From: "Jan Schneider" <jan@horde.org>
To: <imp@lists.horde.org>
Sent: Wednesday, January 30, 2002 7:31 PM
Subject: RE: [imp] Maintenance Operations
> You have to set 'locked' to true.
edit file imp/config/prefs.php and set 'locked' to true on this subject.
$_prefs['rename_sentmail_monthly'] = array(
'locked' => true,
...
$_prefs['delete_sentmail_monthly'] = array(
'locked' => true,
...
$_prefs['delete_sentmail_monthly_keep'] = array(
'locked' => true,
...
$_prefs['purge_trash'] = array(
'locked' => true,
...
$_prefs['purge_trash_interval'] = array(
'locked' => true,
...
$_prefs['purge_trash_keep'] = array(
'locked' => true,
...
-----