sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 71bbe4d3b74620adf8014f9ddc4698372c992f0b
parent d59cd98cf422bf073153f7c09b95f3392f97a404
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Thu, 28 May 2009 10:58:57 -0400

minor update of undo message for labeling one thread

Diffstat:
M lib/sup/modes/thread-index-mode.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb
@@ -537,7 +537,7 @@ EOS
     user_labels.each { |l| LabelManager << l }
     update_text_for_line curpos
 
-    UndoManager.register "labeling thread #{thread.first.id}" do
+    UndoManager.register "labeling thread" do
       thread.labels = old_labels
       update_text_for_line pos
       UpdateManager.relay self, :labeled, thread.first