projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16f4765
)
Fix undeleting messages
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Nov 2010 16:58:27 +0000
(09:58 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Nov 2010 16:58:27 +0000
(09:58 -0700)
imp/lib/Message.php
patch
|
blob
|
history
diff --git
a/imp/lib/Message.php
b/imp/lib/Message.php
index
3444342
..
6a3930a
100644
(file)
--- a/
imp/lib/Message.php
+++ b/
imp/lib/Message.php
@@
-310,7
+310,7
@@
class IMP_Message
*/
public function undelete($indices)
{
- return $this->flag(array('deleted'), $indices, false);
+ return $this->flag(array('
\\
deleted'), $indices, false);
}
/**