vmail 1.1.8 → 1.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -148,7 +148,7 @@ module Vmail
148
148
 
149
149
  def list_mailboxes
150
150
  log 'loading mailboxes...'
151
- @mailboxes ||= ((@imap.list("[Gmail]/", "%") || []) + (@imap.list("", "%")) || []).
151
+ @mailboxes ||= ((@imap.list("[Gmail]/", "%") || []) + (@imap.list("", "*")) || []).
152
152
  select {|struct| struct.attr.none? {|a| a == :Noselect} }.
153
153
  map {|struct| struct.name}.
154
154
  map {|name| MailboxAliases.invert[name] || name}
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "1.1.8"
2
+ VERSION = "1.1.9"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 8
9
- version: 1.1.8
8
+ - 9
9
+ version: 1.1.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-28 00:00:00 -05:00
17
+ date: 2010-12-29 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency