Bug with variable name

This commit is contained in:
Emilio Blanco 2011-04-01 13:31:42 -03:00
parent 3f4dc31a1a
commit b3d16dcac8

View file

@ -433,7 +433,7 @@ class IMAPFolder
def fetch_uids(uids)
imapres = @mailbox.imap.uid_fetch(uids, @@fetch_attr)
uids.each { |cache|
imapres.each { |cache|
envelope = cache.attr['ENVELOPE'];
message = ImapMessage.create( :folder_name => @name,
:username => @username,