Function: nnmaildir--art-msgid

nnmaildir--art-msgid is a byte-compiled function defined in nnmaildir.el.gz.

Signature

(nnmaildir--art-msgid nnmaildir--art-msgid X)

Documentation

Access slot "msgid" of nnmaildir--art struct X.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmaildir.el.gz
(cl-defstruct nnmaildir--art
  (prefix nil :type string)  ;; "time.pid.host"
  (suffix nil :type string)  ;; ":2,flags"
  (num    nil :type natnum)  ;; article number
  (msgid  nil :type string)  ;; "<mess.age@id>"
  (nov    nil :type vector)) ;; cached nov structure, or nil