projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fcdba8
)
Don't rebuild mailbox index here.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Jul 2009 22:30:25 +0000
(16:30 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Jul 2009 22:30:25 +0000
(16:30 -0600)
imp/message-mimp.php
patch
|
blob
|
history
diff --git
a/imp/message-mimp.php
b/imp/message-mimp.php
index
f5d3ec3
..
7dc30d2
100644
(file)
--- a/
imp/message-mimp.php
+++ b/
imp/message-mimp.php
@@
-22,7
+22,7
@@
require_once dirname(__FILE__) . '/lib/base.php';
/* Make sure we have a valid index. */
$imp_mailbox = &IMP_Mailbox::singleton($imp_mbox['mailbox'], $imp_mbox['index']);
-if (!$imp_mailbox->isValidIndex()) {
+if (!$imp_mailbox->isValidIndex(
false
)) {
header('Location: ' . Horde_Util::addParameter(IMP::generateIMPUrl('mailbox-mimp.php', $imp_mbox['mailbox']), array('a' => 'm'), null, false));
exit;
}