vmail 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -264,6 +264,8 @@ module Vmail
264
264
  log "search query got #{@ids.size} results"
265
265
  @message_list = [] # this will hold all the data extracted from these message envelopes
266
266
  @current_mail = nil
267
+ @current_message_index = nil
268
+ @current_message = nil
267
269
  res = fetch_envelopes(fetch_ids)
268
270
  add_more_message_line(res, fetch_ids[0])
269
271
  end
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 3
9
- version: 0.5.3
8
+ - 4
9
+ version: 0.5.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi