Function: nnmaildir--mark-to-flag
nnmaildir--mark-to-flag is a byte-compiled function defined in
nnmaildir.el.gz.
Signature
(nnmaildir--mark-to-flag MARK)
Documentation
Find the Maildir flag that corresponds to MARK (an atom).
Return a character, or nil if not found.
See nnmaildir-flag-mark-mapping.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmaildir.el.gz
(defsubst nnmaildir--mark-to-flag (mark)
"Find the Maildir flag that corresponds to MARK (an atom).
Return a character, or nil if not found.
See `nnmaildir-flag-mark-mapping'."
(car (rassq mark nnmaildir-flag-mark-mapping)))