# File lib/sup/modes/label-list-mode.rb, line 69
  def toggle_show_unread_only
    @unread_only = !@unread_only
    reload
  end