Bug with variable name

master-old
Emilio Blanco 2011-04-01 13:31:42 -03:00
parent 3f4dc31a1a
commit b3d16dcac8
1 changed files with 1 additions and 1 deletions

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,