File: mh-identity.el.html
Multiple identity support for MH-E.
Used to easily set different fields such as From and Organization, as well as different signature files.
Customize the variable mh-identity-list and see the Identity menu
in MH-Letter mode. The command mh-insert-identity can be used
to manually insert an identity.
Defined variables (8)
mh-identity-attribution-verb-end | Marker for the end of the attribution verb. |
mh-identity-attribution-verb-start | Marker for the beginning of the attribution verb. |
mh-identity-gpg-default-user-id | Holds the GPG key ID. |
mh-identity-local | Buffer-local variable that holds the identity currently in use. |
mh-identity-menu | The Identity menu. |
mh-identity-pgg-default-user-id | Holds the GPG key ID. |
mh-identity-signature-end | Marker for the end of a signature inserted by ‘mh-insert-identity’. |
mh-identity-signature-start | Marker for the beginning of a signature inserted by ‘mh-insert-identity’. |
Defined functions (15)
mh-header-field-delete | (FIELD VALUE-ONLY) |
mh-identity-add-menu | () |
mh-identity-field | (IDENTITY FIELD) |
mh-identity-field-handler | (FIELD) |
mh-identity-handler-attribution-verb | (FIELD ACTION &optional VALUE) |
mh-identity-handler-bottom | (FIELD ACTION &optional VALUE) |
mh-identity-handler-default | (FIELD ACTION TOP &optional VALUE) |
mh-identity-handler-gpg-identity | (FIELD ACTION &optional VALUE) |
mh-identity-handler-signature | (FIELD ACTION &optional VALUE) |
mh-identity-handler-top | (FIELD ACTION &optional VALUE) |
mh-identity-insert-attribution-verb | (VALUE) |
mh-identity-make-menu | () |
mh-identity-make-menu-no-autoload | () |
mh-insert-identity | (IDENTITY &optional MAYBE-INSERT) |
mh-select-identity | (DEFAULT) |