mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-20 22:05:57 +00:00
Remove superfluous code.
This commit is contained in:
@@ -269,7 +269,6 @@
|
||||
return Account.$$resource.fetch(this.id.toString(), 'compose').then(function(data) {
|
||||
Account.$log.debug('New message (compose): ' + JSON.stringify(data, undefined, 2));
|
||||
var message = new Account.$Message(data.accountId, _this.$getMailboxByPath(data.mailboxPath), data);
|
||||
message.isNew = true;
|
||||
return message;
|
||||
}).then(function(message) {
|
||||
// Fetch draft initial data
|
||||
|
||||
Reference in New Issue
Block a user