From d74628bddfa74821b2fea0fd7fbd2e97163c3c59 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 2 Mar 2009 15:26:03 -0700 Subject: [PATCH] Bug #8040: Call correct function --- imp/js/src/mailbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/js/src/mailbox.js b/imp/js/src/mailbox.js index 1db727bb2..0fea51170 100644 --- a/imp/js/src/mailbox.js +++ b/imp/js/src/mailbox.js @@ -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)); } -- 2.11.0