Function: mh-thread-find-msg-subject
mh-thread-find-msg-subject is an autoloaded and byte-compiled function
defined in mh-thread.el.gz.
Signature
(mh-thread-find-msg-subject MSG)
Documentation
Find canonicalized subject of MSG.
This function can only be used the folder is threaded.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-thread.el.gz
;;;###mh-autoload
(defun mh-thread-find-msg-subject (msg)
"Find canonicalized subject of MSG.
This function can only be used the folder is threaded."
(ignore-errors
(mh-message-subject
(mh-container-message (gethash (gethash msg mh-thread-index-id-map)
mh-thread-id-table)))))