From 959de43b7845f434cb56ea61d70b0df8517d0f53 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 20 Jan 2009 01:21:37 +0000 Subject: [PATCH] Restore comment lost in previous change. --- lisp/mail/pmail.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/mail/pmail.el b/lisp/mail/pmail.el index dff53d0abee..229c6a43cec 100644 --- a/lisp/mail/pmail.el +++ b/lisp/mail/pmail.el @@ -2212,6 +2212,8 @@ This function assumes the Pmail buffer is unswapped." Return non-nil if the unseen attribute is set, nil otherwise." (pmail-message-attr-p msgnum "......U")) +;; Return t if the attributes/keywords line of msg number MSG +;; contains a match for the regexp LABELS. (defun pmail-message-labels-p (msg labels) (string-match labels (pmail-get-labels msg))) -- 2.39.2