From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Wed, 26 Mar 2008 09:04:10 -0700 Subject: [sup-talk] [PATCH] fixed off-by-one error in imap.rb and maildir.rb In-Reply-To: <1204531233-2092-1-git-send-email-chrisw@rice.edu> References: <1204528063-sup-7345@chris-tablet> <1204531233-2092-1-git-send-email-chrisw@rice.edu> Message-ID: <1206547432-sup-4074@south> Reformatted excerpts from Christopher Warrington's message of 2008-03-03: > The end_offset reported by imap and maildir sources was incorrect if > there was only one message in the source. Since end_offset is > exclusive, we must add one to the last known id to get include all > valid message ids in the range. Precisely so. Applied. Thanks! -- William