mirror of
https://github.com/moparisthebest/mail
synced 2024-11-21 08:34:59 -05:00
Remove empty lines
This commit is contained in:
parent
ca8c2d9a4f
commit
ce740b2109
@ -333,8 +333,6 @@ PrivateKey.prototype._fetchMessage = function(options) {
|
||||
}
|
||||
|
||||
// get the metadata for the message
|
||||
|
||||
|
||||
return self._imap.listMessages({
|
||||
path: options.path
|
||||
}).then(function(messages) {
|
||||
@ -382,4 +380,4 @@ function filterBodyParts(bodyParts, type, result) {
|
||||
}
|
||||
});
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user