From 8dfafa0aec3c55322b29e5cd1acf1602cf62e149 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 13 Feb 2009 00:34:32 -0700 Subject: [PATCH] active status caching --- imp/lib/IMAP.php | 1 + 1 file changed, 1 insertion(+) diff --git a/imp/lib/IMAP.php b/imp/lib/IMAP.php index 382bef5e2..b99a0f687 100644 --- a/imp/lib/IMAP.php +++ b/imp/lib/IMAP.php @@ -171,6 +171,7 @@ class IMP_IMAP 'password' => $password, 'port' => isset($server['port']) ? $server['port'] : null, 'secure' => isset($server['secure']) ? $server['secure'] : false, + 'statuscache' => true, 'timeout' => !empty($server['timeout']) ? $server['timeout'] : 10, 'username' => $username, ); -- 2.11.0