Fix undeleting messages
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Nov 2010 16:58:27 +0000 (09:58 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 18 Nov 2010 16:58:27 +0000 (09:58 -0700)
imp/lib/Message.php

index 3444342..6a3930a 100644 (file)
@@ -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);
     }
 
     /**