Don't select all when undeleting
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 14 Oct 2009 18:30:57 +0000 (12:30 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Oct 2009 11:53:32 +0000 (05:53 -0600)
imp/js/DimpBase.js

index f66ea52..f75282e 100644 (file)
@@ -782,6 +782,7 @@ var DimpBase = {
         case 'ctx_message_undeleted':
         case 'oa_undeleted':
             this.flag('\\deleted', false);
+            break;
 
         case 'oa_selectall':
             this.selectAll();