horde 2 / imp 3 - disabling maintenance

Liam Hoekenga liamr@umich.edu
Fri, 21 Dec 2001 02:20:07 -0500 (EST)


hey guys -

is there a setting to disable the monthly maintenance completely,
or to turn it off by default (so users have to enable it themselves if
they want it?)

will i not see the maintenence screen if i set this value to 0?

// rename sent-mail folder every month?
$_prefs['rename_sentmail_monthly'] = array(
    'value' => 1,
    'locked' => false,
    'shared' => false,
    'type' => 'checkbox',
    'desc' => _("Rename sent-mail folder at beginning of month")
);


thx
liam