Variable: message-signature-directory

message-signature-directory is a customizable variable defined in message.el.gz.

Value

nil

Documentation

Name of directory containing signature files.

Comes in handy if you have many such files, handled via posting styles for instance. If nil, message-signature-file is expected to specify the directory if needed.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defcustom message-signature-directory nil
  "Name of directory containing signature files.
Comes in handy if you have many such files, handled via posting styles for
instance.
If nil, `message-signature-file' is expected to specify the directory if
needed."
  :type '(choice string (const :tags "None" nil))
  :link '(custom-manual "(message)Insertion Variables")
  :group 'message-insertion)