Function: mh-identity-handler-top

mh-identity-handler-top is an autoloaded and byte-compiled function defined in mh-identity.el.gz.

Signature

(mh-identity-handler-top FIELD ACTION &optional VALUE)

Documentation

Process header FIELD.

The ACTION is one of remove or add. If add, the VALUE is added. If the field wasn't present, it is added to the top of the header.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-identity.el.gz
;;;###mh-autoload
(defun mh-identity-handler-top (field action &optional value)
  "Process header FIELD.
The ACTION is one of `remove' or `add'. If `add', the VALUE is
added. If the field wasn't present, it is added to the top of the
header."
  (mh-identity-handler-default field action t value))