Function: nnmaildir--flag-to-mark

nnmaildir--flag-to-mark is a byte-compiled function defined in nnmaildir.el.gz.

Signature

(nnmaildir--flag-to-mark FLAG)

Documentation

Find the Gnus mark that corresponds to FLAG (a character).

Return an atom, or nil if not found. See nnmaildir-flag-mark-mapping.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmaildir.el.gz
(defsubst nnmaildir--flag-to-mark (flag)
  "Find the Gnus mark that corresponds to FLAG (a character).
Return an atom, or nil if not found.
See `nnmaildir-flag-mark-mapping'."
  (cdr (assq flag nnmaildir-flag-mark-mapping)))