Function: mh-msg-folder
mh-msg-folder is a byte-compiled function defined in mh-show.el.gz.
Signature
(mh-msg-folder FOLDER-NAME)
Documentation
Return the name of the buffer for FOLDER-NAME.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-show.el.gz
(defun mh-msg-folder (folder-name)
"Return the name of the buffer for FOLDER-NAME."
folder-name)