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