From ad401073447a41a64a5de4609081f542dd8c6642 Mon Sep 17 00:00:00 2001 From: Brian White Date: Thu, 3 Jan 2013 23:50:10 -0500 Subject: [PATCH] update example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7134f01..9491ad0 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Example openInbox(function(err, mailbox) { if (err) die(err); imap.seq.fetch(mailbox.messages.total + ':*', { struct: false }, - { headers: ['from'], + { headers: 'from', body: true, cb: function(fetch) { fetch.on('message', function(msg) {