vmail 1.7.6 → 1.7.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -213,7 +213,7 @@ module Vmail
213
213
  if !new_ids.empty?
214
214
  self.max_seqno = new_ids[-1]
215
215
  message_ids = fetch_and_cache_headers(new_ids)
216
- res = get_message_headers(message_ids.reverse)
216
+ res = get_message_headers(message_ids)
217
217
  res
218
218
  else
219
219
  ''
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '1.7.6'
2
+ VERSION = '1.7.7'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vmail
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.7.6
5
+ version: 1.7.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi