vmail 0.4.2 → 0.4.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.
@@ -238,7 +238,7 @@ module Vmail
238
238
  @start_index = [@ids.length - limit, 0].max
239
239
  @ids[@start_index..-1]
240
240
  end
241
- log "search query result: #{fetch_ids.inspect}"
241
+ log "search query got #{@ids.size} results"
242
242
  res = fetch_envelopes(fetch_ids)
243
243
  add_more_message_line(res, fetch_ids[0])
244
244
  end
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 2
9
- version: 0.4.2
8
+ - 3
9
+ version: 0.4.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi