Function: mh-new-draft-name
mh-new-draft-name is an autoloaded and byte-compiled function defined
in mh-comp.el.gz.
Signature
(mh-new-draft-name)
Documentation
Return the pathname of folder for draft messages.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-comp.el.gz
(defun mh-new-draft-name ()
"Return the pathname of folder for draft messages."
(save-excursion
(mh-exec-cmd-quiet t "mhpath" mh-draft-folder "new")
(buffer-substring (point-min) (1- (point-max)))))