Function: make-nnmaildir--grp
make-nnmaildir--grp is a byte-compiled function defined in
nnmaildir.el.gz.
Signature
(make-nnmaildir--grp &key NAME NEW CUR MIN COUNT NLIST FLIST MLIST CACHE INDEX MMTH)
Documentation
Constructor for objects of type nnmaildir--grp.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmaildir.el.gz
(nov nil :type vector)) ;; cached nov structure, or nil
(cl-defstruct nnmaildir--grp
(name nil :type string) ;; "group.name"
(new nil :type list) ;; new/ modtime
(cur nil :type list) ;; cur/ modtime
(min 1 :type natnum) ;; minimum article number
(count 0 :type natnum) ;; count of articles
(nlist nil :type list) ;; list of articles, ordered descending by number
(flist nil :type hash-table) ;; hash table mapping filename prefix->article
(mlist nil :type hash-table) ;; hash table mapping message-id->article
(cache nil :type vector) ;; nov cache
(index nil :type natnum) ;; index of next cache entry to replace
(mmth nil :type hash-table)) ;; hash table mapping mark name->dir modtime