]> git.eshelyaron.com Git - emacs.git/commitdiff
Restore comment lost in previous change.
authorGlenn Morris <rgm@gnu.org>
Tue, 20 Jan 2009 01:21:37 +0000 (01:21 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 20 Jan 2009 01:21:37 +0000 (01:21 +0000)
lisp/mail/pmail.el

index dff53d0abeef377154bd1d666e71ce25ef90b755..229c6a43cecea7dc6a91291f02d32a434177623f 100644 (file)
@@ -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)))
 \f