mh-insert-signature

mh-insert-signature is an interactive autoloaded compiled Lisp function in `mh-letter.el'.


(mh-insert-signature &optional FILE)

Insert signature in message.

This command inserts your signature at the current cursor location.

By default, the text of your signature is taken from the file
"~/.signature". You can read from other sources by changing the
option `mh-signature-file-name'.

A signature separator ("-- ") will be added if the signature block
does not contain one and `mh-signature-separator-flag' is on.

The hook `mh-insert-signature-hook' is run after the signature is
inserted. Hook functions may access the actual name of the file or the
function used to insert the signature with `mh-signature-file-name'.

The signature can also be inserted using Identities (see
`mh-identity-list').

In a program, you can pass in a signature FILE.