Mercurial > emacs
changeset 101303:0dafb06ce90e
Restore comment lost in previous change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 20 Jan 2009 01:21:37 +0000 |
parents | f91a3fe4adb9 |
children | 83173cd662ed |
files | lisp/mail/pmail.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/pmail.el Tue Jan 20 01:18:20 2009 +0000 +++ b/lisp/mail/pmail.el Tue Jan 20 01:21:37 2009 +0000 @@ -2212,6 +2212,8 @@ 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)))