[imp] Automatically purging messages?

Michael Wing marsfurrycreature at gmail.com
Wed Aug 1 20:53:24 UTC 2012


On Wed, Aug 1, 2012 at 3:37 PM, Michael M Slusarz <slusarz at horde.org> wrote:

> Quoting Michael Wing <marsfurrycreature at gmail.com>:
>
>  Does anyone know if there's a built-in method to automatically purge
>> messages from the Deleted and Spam folders without the user seeing a
>> prompt
>> like:
>>
>> "...is ready to perform the tasks below. Select each operation to run at
>> this time.  All messages in your "Spam" folder older than 30 days will be
>> permanently deleted."
>>
>> Maybe an option to "Prompt before delete" that I'm not seeing?
>>
>
> Lock the associated interval preference.
>
>
Perfect, thanks!

Added this to imp/config/prefs.local.php

$_prefs['purge_spam_interval']['locked'] = true;
$_prefs['purge_trash_interval']['locked'] = true;


More information about the imp mailing list