(fix) delete messages from Drafts folder that aren't meant to be sent

This commit is contained in:
Ludovic Marcotte
2016-01-25 14:21:38 -05:00
parent b265de91fd
commit 5ad4d317df
3 changed files with 6 additions and 1 deletions
@@ -566,6 +566,7 @@
Message.$log.debug('save = ' + JSON.stringify(response, undefined, 2));
_this.$setUID(response.uid);
_this.$reload({asDraft: false}); // fetch a new viewable version of the message
_this.isNew = false;
});
};