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) if (extensions)
cmd += extensions; cmd += extensions;
cmd += 'UID FLAGS INTERNALDATE'; cmd += 'UID FLAGS INTERNALDATE';
if(opts.request.struct) if (opts.request.struct)
cmd += ' BODYSTRUCTURE'; cmd += ' BODYSTRUCTURE';
if(opts.request.size) if (opts.request.size)
cmd += ' RFC822.SIZE'; cmd += ' RFC822.SIZE';
if (toFetch !== undefined) { if (toFetch !== undefined) {
cmd += ' BODY'; cmd += ' BODY';

Loading…
Cancel
Save