sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 485ac2cf7eafe82116f1e8d3faee0aee616dc264
parent aaad04cc0f593724ac02c2c6f16d07e4fcb9878e
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Sun,  1 Apr 2007 22:49:06 +0000

grrr

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@361 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M lib/sup/mbox/loader.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/mbox/loader.rb b/lib/sup/mbox/loader.rb
@@ -26,7 +26,7 @@ class Loader < Source
   end
 
   def check
-    if cur_offset > end_offset
+    if (cur_offset ||= start_offset) > end_offset
       raise OutOfSyncSourceError, "mbox file is smaller than last recorded message offset. Messages have probably been deleted by another client."
     end
   end