mh-insert-auto-fields

mh-insert-auto-fields is an interactive autoloaded compiled Lisp function in `mh-comp.el'.


(mh-insert-auto-fields &optional NON-INTERACTIVE)

Insert custom fields if recipient is found in `mh-auto-fields-list'.

Once the header contains one or more recipients, you may run this
command to insert these fields manually. However, if you use this
command, the automatic insertion when the message is sent is
disabled.

In a program, set buffer-local `mh-insert-auto-fields-done-local'
if header fields were added. If NON-INTERACTIVE is non-nil,
perform actions quietly and only if
`mh-insert-auto-fields-done-local' is nil. Return t if fields
added; otherwise return nil.