Bug #8040: Call correct function
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 2 Mar 2009 22:26:03 +0000 (15:26 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 2 Mar 2009 22:26:03 +0000 (15:26 -0700)
imp/js/src/mailbox.js

index 1db727b..0fea511 100644 (file)
@@ -252,7 +252,7 @@ var ImpMessage = {
         if (id.startsWith('filter')) {
             this.makeSelection(id.substring(6));
         } else if (id.startsWith('flag')) {
-            this.makeSelection(id.substring(4));
+            this.flagMessages(id.substring(4));
         } else if (id.startsWith('targetMailbox')) {
             this.updateFolders(id.substring(13));
         }