From: Glenn Morris Date: Tue, 20 Jan 2009 01:21:37 +0000 (+0000) Subject: Restore comment lost in previous change. X-Git-Tag: emacs-pretest-23.0.90~359 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=959de43b7845f434cb56ea61d70b0df8517d0f53;p=emacs.git Restore comment lost in previous change. --- 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)))