Function: mh-identity-handler-bottom
mh-identity-handler-bottom is an autoloaded and byte-compiled function
defined in mh-identity.el.gz.
Signature
(mh-identity-handler-bottom 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 bottom of
the header.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-identity.el.gz
;;;###mh-autoload
(defun mh-identity-handler-bottom (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 bottom of
the header."
(mh-identity-handler-default field action nil value))