vmail 1.6.1 → 1.6.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -161,12 +161,9 @@ module Vmail
161
161
  "spam" => "Spam",
162
162
  "trash" => "Trash"}
163
163
  @mailbox_aliases = {}
164
- if @mailboxes.nil?
165
- list_mailboxes
166
- end
167
164
  aliases.each do |shortname, fullname|
168
165
  [ "[Gmail]", "[Google Mail" ].each do |prefix|
169
- if @mailboxes.include?( "#{prefix}/#{fullname}" )
166
+ if self.mailboxes.include?( "#{prefix}/#{fullname}" )
170
167
  @mailbox_aliases[shortname] = "#{prefix}/#{fullname}"
171
168
  end
172
169
  end
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '1.6.1'
2
+ VERSION = '1.6.2'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 6
8
- - 1
9
- version: 1.6.1
8
+ - 2
9
+ version: 1.6.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi