Fix style

fork
Chotiwat Chawannakul 12 years ago
parent 86b399238a
commit 2615008ec6

@ -862,9 +862,9 @@ ImapConnection.prototype._fetch = function(which, uids, options) {
if (extensions)
cmd += extensions;
cmd += 'UID FLAGS INTERNALDATE';
if(opts.request.struct)
if (opts.request.struct)
cmd += ' BODYSTRUCTURE';
if(opts.request.size)
if (opts.request.size)
cmd += ' RFC822.SIZE';
if (toFetch !== undefined) {
cmd += ' BODY';

Loading…
Cancel
Save