On 02/ 4/13 05:22 AM, Héctor Moreno Blanco wrote:
Any help about disabling the maintenance tasks? I haven't found out how to disable these tasks in the prefs.php files.
Disable the features that trigger the maintenance tasks. For example, for the monthly sent-mail archiving:
/imp/config/prefs.local.php: <?php $_prefs['rename_sentmail_monthly']['value'] = 0; $_prefs['delete_sentmail_monthly_keep']['value'] = 0; $_prefs['purge_sentmail_interval']['value'] = 0; Users can enable/disable them in their own accounts Preferences > Mail > Compose > Sent Mail -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
