Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix \Noselect attribute not being respected in Ruby 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed May 10, 2009
1 parent 8259ffa commit a63a4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/larch/imap/mailbox.rb
Expand Up @@ -17,7 +17,7 @@ def initialize(imap, name, delim, subscribed, *attr)
@name = name
@delim = delim
@subscribed = subscribed
@attr = *attr
@attr = *attr.flatten # flatten is necessary for Ruby 1.9

@ids = {}
@last_id = 0
Expand Down

0 comments on commit a63a4d5

Please sign in to comment.