# File lib/rmail/header.rb, line 265
    def delete_at(index)
      @fields[index, 1] = nil
      self
    end