# File lib/mime/headers/mime.rb, line 41
      def content_id= id
        @content_id = id
        headers.add('Content-ID', "<#{id}>")
      end