# File lib/sup/modes/thread-index-mode.rb, line 374
  def toggle_new
    t = cursor_thread or return
    t.toggle_label :unread
    update_text_for_line curpos
    cursor_down
    Index.save_thread t
  end