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:
parent
a137bf5bfd
commit
8617a4d0ed
@ -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'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user