From 2615008ec6c24eb354d3c12db005289730bd6384 Mon Sep 17 00:00:00 2001 From: Chotiwat Chawannakul Date: Fri, 19 Oct 2012 13:56:59 +0700 Subject: [PATCH] Fix style --- lib/imap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/imap.js b/lib/imap.js index 755c9f9..c8efca0 100644 --- a/lib/imap.js +++ b/lib/imap.js @@ -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';