Function: mh-thread-make-message

mh-thread-make-message is a byte-compiled function defined in mh-thread.el.gz.

Signature

(mh-thread-make-message &key ID REFERENCES SUBJECT SUBJECT-RE-P)

Documentation

Constructor for objects of type mh-thread-message.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-thread.el.gz
(cl-defstruct (mh-thread-message (:conc-name mh-message-)
                                 (:constructor mh-thread-make-message))
  (id nil)
  (references ())
  (subject "")
  (subject-re-p nil))