On Thu, Dec 7, 2017 at 4:29 PM, Ulli Heist Ulli.Rainer.Heist@t-online.de wrote:
Hello,
sometimes I’m doing manuel:
$SQL = "SELECT * FROM
contactsWHEREdel= 1 AND DATE_ADD(changed,INTERVAL 45 DAY) < NOW() ";...
We have bin/cleandb.sh in Roundcube that does exactly this ;-)
This and the already mentioned bin/gc.sh should do it for periodic clean-ups.
~Thomas