# File lib/action_mailer/vendor/tmail/header.rb, line 810
    def disposition=( str )
      ensure_parsed
      @disposition = str.downcase
    end