Function: make-mail-header

make-mail-header is a byte-compiled function defined in nnheader.el.gz.

Signature

(make-mail-header &optional INIT)

Documentation

Create a new mail header structure initialized with INIT.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnheader.el.gz
(defsubst make-mail-header (&optional init)
  "Create a new mail header structure initialized with INIT."
  (make-full-mail-header init init init init init
                         init init init init init))