vmail 0.7.5 → 0.7.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vmail/imap_client.rb +0 -3
- data/lib/vmail/version.rb +1 -1
- metadata +2 -2
data/lib/vmail/imap_client.rb
CHANGED
@@ -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
|
data/lib/vmail/version.rb
CHANGED