vmail 1.7.2 → 1.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -212,7 +212,7 @@ module Vmail
212
212
  log "- update: new uids: #{new_ids.inspect}"
213
213
  if !new_ids.empty?
214
214
  self.max_seqno = new_ids[-1]
215
- res = get_message_headers(new_ids.reverse, false, true)
215
+ res = get_message_headers(new_ids.reverse)
216
216
  res
217
217
  else
218
218
  ''
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '1.7.2'
2
+ VERSION = '1.7.3'
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.2
5
+ version: 1.7.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi