From 309f49f09bc8b663a3ddf834ca0e79f909a0928c Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 04 Jun 2010 05:58:37 -0400 Subject: [PATCH] - performance improvement: skip SEARCH command when mailbox is empty and SEARCH is called just after SELECT --- INSTALL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/INSTALL b/INSTALL index be5a0e9..19a9aa5 100644 --- a/INSTALL +++ b/INSTALL @@ -126,7 +126,7 @@ Database cleaning ----------------- Do keep your database slick and clean we recommend to periodically execute -bin/cleandb.php which finally removes all records that are marked as deleted. +bin/cleandb.sh which finally removes all records that are marked as deleted. Best solution is to install a cronjob running this script daily. -- Gitblit v1.9.1