Maintenance

Patrick Drouin patrick.drouin2@sympatico.ca
Wed, 16 Jan 2002 09:35:46 -0500


---------------------- multipart/alternative attachment
Hello everyone,

 I just converted my little server to use Horde (2.0) /Imp (3.0) and it =
seems to be a really neat tools. One little thing annoys me when logging =
into Imp though. It always prompts me for maintenance work. I have tried =
to switch it off in the config files but it keeps prompting me. I might =
have missed something, here's what I have:


$prefGroups['monthlytasks'] =3D array(
    'column' =3D> _("Mail Management"),
    'label' =3D> _("Maintenance Operations"),
    'desc' =3D> _("Customize maintenance operations run upon login to =
IMP."),
    'members' =3D> array('')
);

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

// purge sent-mail folders every month?
$_prefs['delete_sentmail_monthly'] =3D array(
    'value' =3D> 0,
    'locked' =3D> false,// purge Trash folder?
$_prefs['purge_trash'] =3D array(
    'value' =3D> 0,
    'locked' =3D> false,
    'shared' =3D> false,
    'type' =3D> 'checkbox',
    'desc' =3D> _("Purge old message in the Trash folder")
);

    'shared' =3D> false,
    'type' =3D> 'checkbox',
    'desc' =3D> _("Delete old sent-mail folders at beginning of month")
);


 Any hints will be more than appreciated. I'm sure I've overlooked =
something.

 Thanks,
 P

---------------------- multipart/alternative attachment--