# File lib/sup/modes/inbox-mode.rb, line 112
  def handle_archived_update sender, m
    t = thread_containing(m) or return
    hide_thread t
    regen_text
  end