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