# File /home/matt/rubymail/mail/header.rb, line 84
    def dup
      #h = Mail::Header.new
      h = super
      h.fields = @fields.dup
      h.mbox_from = @mbox_from
      h
    end