sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 177ac00f2014406d0716b4fa94bf92865448cddf
parent 5977aecf6bf51a1f7a2bb59d01742dd4ced979ce
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Sat,  2 Feb 2008 20:50:45 -0800

update index display on label editing. not sure how this got lost...

Diffstat:
M lib/sup/modes/thread-index-mode.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb
@@ -410,6 +410,7 @@ EOS
     return unless user_labels
     thread.labels = keepl + user_labels
     user_labels.each { |l| LabelManager << l }
+    update_text_for_line curpos
     UpdateManager.relay self, :labeled, thread.first
   end