sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit e4276c05e0a7d7a9609b6fede87ffa140c128e9e
parent b373993123f79a03ec8f6e01a771604efc32e067
Author: Rich Lane <rlane@club.cc.cmu.edu>
Date:   Wed,  6 Jan 2010 19:34:18 -0800

call index.load in sup-add

If it's going to call index.save, it needs to load it first.

Diffstat:
M bin/sup-add | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/sup-add b/bin/sup-add
@@ -86,6 +86,7 @@ end
 $terminal.wrap_at = :auto
 Redwood::start
 index = Redwood::Index.init
+index.load
 
 index.lock_interactively or exit