Function: nnmaildir--grp-cur

nnmaildir--grp-cur is a byte-compiled function defined in nnmaildir.el.gz.

Signature

(nnmaildir--grp-cur CL-X)

Documentation

Access slot "cur" of nnmaildir--grp struct CL-X.

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