vmail 0.7.5 → 0.7.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -336,9 +336,6 @@ module Vmail
336
336
  log "add_more_message_line for start_id #{start_id}"
337
337
  if @all_search
338
338
  return res if start_id.nil?
339
- if start_id <= 1
340
- return res
341
- end
342
339
  remaining = start_id - 1
343
340
  else # filter search
344
341
  remaining = (@ids.index(start_id) || 1) - 1
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.7.5"
2
+ VERSION = "0.7.6"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 5
9
- version: 0.7.5
8
+ - 6
9
+ version: 0.7.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi