1
0
mirror of https://github.com/moparisthebest/mail synced 2025-01-30 22:50:17 -05:00

Add comments to emailDao

This commit is contained in:
Tankred Hase 2014-07-23 13:56:10 +02:00
parent a137bf5bfd
commit 8617a4d0ed

View File

@ -987,6 +987,7 @@ define(function(require) {
return callback(err);
}
// upload the sent message to the sent folder if necessary
var sentFolder = _.findWhere(self._account.folders, {
type: 'Sent'
});
@ -1031,6 +1032,7 @@ define(function(require) {
return callback(err);
}
// upload the sent message to the sent folder if necessary
var sentFolder = _.findWhere(self._account.folders, {
type: 'Sent'
});