# File lib/sup/modes/thread-index-mode.rb, line 508 def toggle_tagged_all @mutex.synchronize { @threads.each { |t| @tags.toggle_tag_for t } } regen_text end