Fixed bug: search for new messages in merge updates from last_know_msg + 1.
commite3d0b5046b99e6852280cd734c2d4b3a1d10b51c
authorVitaly Mayatskikh <vitaly@gravicappa.englab.brq.redhat.com>
Mon, 27 Oct 2008 12:53:38 +0000 (27 13:53 +0100)
committerVitaly Mayatskikh <vitaly@gravicappa.englab.brq.redhat.com>
Mon, 27 Oct 2008 12:53:38 +0000 (27 13:53 +0100)
treef14dab30709050aaf1bf99b4b0a8f1b92b1afe19
parent49a7b23dcd09760cbee9b5b072c3bf83eaac7550
Fixed bug: search for new messages in merge updates from last_know_msg + 1.
When local folder info doesn't contain information about messages, it returns
max known number of message = 0. This will malform merge update query (uid 0
is not valid). So, use uid + 1.
elmo/elmo-imap4.el