# File lib/sup/modes/thread-index-mode.rb, line 202
  def handle_deleted_update sender, m
    t = @ts_mutex.synchronize { @ts.thread_for m }
    return unless t
    hide_thread t
    update
  end