# File lib/rmail/header.rb, line 401
    def []=(name, value)
      add(name, value)
      value
    end