sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 36aad1972898db4b6ce3b58cfa7173de5aeef761
parent 4a59310f7d0360413b9643d5fc61d79edcabb716
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Wed, 22 Apr 2015 08:51:26 +0200

Merge #421: call update_message_state with correct arguments

Diffstat:
M bin/sup-import-dump | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/sup-import-dump b/bin/sup-import-dump
@@ -81,7 +81,7 @@ begin
     next if opts[:dry_run]
 
     m.labels = new_labels
-    index.update_message_state m
+    index.update_message_state [m, false]
   end
 
   index.commit_transaction if opts[:atomic]