# File lib/rmail/header.rb, line 130 def dup h = super h.fields = @fields.dup h.mbox_from = @mbox_from h end