summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_list/ui/mail_items/generic_mail_item.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/mail_list/ui/mail_items/generic_mail_item.js')
-rw-r--r--web-ui/app/js/mail_list/ui/mail_items/generic_mail_item.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/mail_list/ui/mail_items/generic_mail_item.js b/web-ui/app/js/mail_list/ui/mail_items/generic_mail_item.js
index d5dfbf28..c313b030 100644
--- a/web-ui/app/js/mail_list/ui/mail_items/generic_mail_item.js
+++ b/web-ui/app/js/mail_list/ui/mail_items/generic_mail_item.js
@@ -102,7 +102,7 @@ define(
this.checkCheckbox();
}
- this.on(document, events.ui.composeBox.newMessage, this.unselect);
+ this.on(document, events.ui.composeBox.newMessage, this.doUnselect);
this.on(document, events.ui.mail.open, this.openMail);
this.on(document, events.ui.mail.updateSelected, this.updateSelected);
this.on(document, events.mails.teardown, this.teardown);