sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit ecfb70dbaf1dfb358b04c7682a4a7dad0df7a2f9
parent 0df2e14fa7cf13189060a098821c209347615875
Author: Rich Lane <rlane@club.cc.cmu.edu>
Date:   Fri, 28 May 2010 08:46:02 -0700

Merge branch 'maildir' into next

Diffstat:
M lib/sup/index.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/index.rb b/lib/sup/index.rb
@@ -109,7 +109,7 @@ EOS
         info "Upgrading index format #{db_version} to #{INDEX_VERSION}"
         @xapian.set_metadata 'version', INDEX_VERSION
       elsif db_version != INDEX_VERSION
-        fail "This Sup version expects a v#{INDEX_VERSION} index, but you have an existing v#{db_version} index. Please run sup-dump to save your labels, move #{SUP_BASE}/xapian out of the way, and run sup-sync --restore."
+        fail "This Sup version expects a v#{INDEX_VERSION} index, but you have an existing v#{db_version} index. Please run sup-dump to save your labels, move #{path} out of the way, and run sup-sync --restore."
       end
     else
       @xapian = Xapian::WritableDatabase.new(path, Xapian::DB_CREATE)