Function: feedmail-fqm-p
feedmail-fqm-p is a byte-compiled function defined in feedmail.el.gz.
Signature
(feedmail-fqm-p MIGHT-BE)
Documentation
Internal; does filename end with FQM suffix?
Source Code
;; Defined in /usr/src/emacs/lisp/mail/feedmail.el.gz
(defun feedmail-fqm-p (might-be)
"Internal; does filename end with FQM suffix?"
(feedmail-say-debug ">in-> feedmail-fqm-p %s" might-be)
(string-match (concat (regexp-quote feedmail-queue-fqm-suffix) "$") might-be))