Quoting Liam Hoekenga <[EMAIL PROTECTED]>:

So, I'm trying to invoke the monthly "rename sent-mail folder at the beginning of the month" maintenance.

I removed last_login and last_maintenance. Is there something else I need to set or reset to get it to offer me that particular maintenance task?

From Maintenance.php:

            /* FIRST LOGIN OPERATIONS */
            /* If $_lastRun is empty (= 0), this is the first time the user
               has logged in. Don't run any other maintenance operations on
               the first login. */
            if (empty($this->_lastRun)) {
                if ($val == MAINTENANCE_FIRST_LOGIN) {
                    $addTask = true;
                }
            }

So, instead of removing last_maintenance, just set it to a date from the previous month.

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