# File lib/sup/modes/reply-mode.rb, line 206
  def edit_field field
    edited_field = super
    if edited_field && edited_field != "Subject"
      @type_selector.set_to :user
      update
    end
  end