Variable: mml-default-directory
mml-default-directory is a customizable variable defined in mml.el.gz.
Value
nil
Documentation
The default directory where mml will find files.
If not set, default-directory will be used.
This variable was added, or its default value changed, in Emacs 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mml.el.gz
;;;
;;; Helper functions for reading MIME stuff from the minibuffer and
;;; inserting stuff to the buffer.
;;;
(defcustom mml-default-directory mm-default-directory
"The default directory where mml will find files.
If not set, `default-directory' will be used."
:type '(choice directory (const :tag "Default" nil))
:version "23.1" ;; No Gnus
:group 'message)