summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mixins/with_compose_inline.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/mixins/with_compose_inline.js')
-rw-r--r--web-ui/app/js/mixins/with_compose_inline.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web-ui/app/js/mixins/with_compose_inline.js b/web-ui/app/js/mixins/with_compose_inline.js
index cd5dcd8b..b39201ae 100644
--- a/web-ui/app/js/mixins/with_compose_inline.js
+++ b/web-ui/app/js/mixins/with_compose_inline.js
@@ -65,6 +65,10 @@ define(
this.attr.mail.ident = data.ident;
};
+ this.discardDraft = function() {
+ this.trashReply();
+ };
+
this.after('initialize', function () {
this.on(document, events.mail.sent, this.openMail);
this.on(document, events.mail.deleted, this.trashReply);