projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d25ed
)
Bug #8121: Add missing parameter
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 30 Mar 2009 17:17:30 +0000
(11:17 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 30 Mar 2009 17:18:03 +0000
(11:18 -0600)
imp/lib/Mailbox.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mailbox.php
b/imp/lib/Mailbox.php
index
cc6e263
..
5ed1249
100644
(file)
--- a/
imp/lib/Mailbox.php
+++ b/
imp/lib/Mailbox.php
@@
-213,7
+213,8
@@
class IMP_Mailbox
$uids[$mbox] = array_keys($fetch_res);
if (!is_null($cache) && !empty($tostore)) {
- $cache->set($mbox, $tostore);
+ $status = $GLOBALS['imp_imap']->ob->status($mbox, Horde_Imap_Client::STATUS_UIDVALIDITY);
+ $cache->set($mbox, $tostore, $status['uidvalidity']);
}
} catch (Horde_Imap_Client_Exception $e) {}
}