projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fe20de
)
Fix class constant name
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 17 Mar 2009 21:42:32 +0000
(17:42 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 17 Mar 2009 21:42:32 +0000
(17:42 -0400)
imp/ajax.php
patch
|
blob
|
history
diff --git
a/imp/ajax.php
b/imp/ajax.php
index
f23a7d4
..
470844e
100644
(file)
--- a/
imp/ajax.php
+++ b/
imp/ajax.php
@@
-627,7
+627,7
@@
case 'PurgeDeleted':
$change = _changed($mbox, $cacheid, $indices);
if (!$change) {
$sort = IMP::getSort($mbox);
- $change = ($sort['by'] ==
SORT
THREAD);
+ $change = ($sort['by'] ==
Horde_Imap_Client::SORT_
THREAD);
}
$imp_message = IMP_Message::singleton();
$expunged = $imp_message->expungeMailbox(array($mbox => 1), array('list' => true));