vmail 0.7.5 → 0.7.6
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.
- 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