From: William Morgan Date: Thu, 28 May 2009 14:58:57 +0000 (-0400) Subject: minor update of undo message for labeling one thread X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=71bbe4d3b74620adf8014f9ddc4698372c992f0b;p=sup minor update of undo message for labeling one thread --- diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb index 5714ad8..9b44ee3 100644 --- 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