mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-02 13:42:20 +00:00
(fix) delete messages from Drafts folder that aren't meant to be sent
This commit is contained in:
@@ -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;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user