projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0affd0
)
active status caching
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 13 Feb 2009 07:34:32 +0000
(
00:34
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 14 Feb 2009 20:31:20 +0000
(13:31 -0700)
imp/lib/IMAP.php
patch
|
blob
|
history
diff --git
a/imp/lib/IMAP.php
b/imp/lib/IMAP.php
index
382bef5
..
b99a0f6
100644
(file)
--- 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,
);