From: wmorgan Date: Fri, 5 Jan 2007 02:01:40 +0000 (+0000) Subject: S now toggles spam status X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=8a6c61f28c062b06ac847ffb15e176c52017037b;p=sup S now toggles spam status git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@180 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb index 0ebc349..211fd5e 100644 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@ -174,7 +174,7 @@ class ThreadIndexMode < LineCursorMode def multi_mark_as_spam threads threads.each do |t| - t.apply_label :spam + t.toggle_label :spam hide_thread t end regen_text