changeset 101301:5804c18fda15

(pmail-message-labels-p): Move back to pmail.el.
author Glenn Morris <rgm@gnu.org>
date Tue, 20 Jan 2009 01:16:55 +0000
parents 298d0ff6c1af
children f91a3fe4adb9
files lisp/mail/pmailsum.el
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/pmailsum.el	Tue Jan 20 01:16:28 2009 +0000
+++ b/lisp/mail/pmailsum.el	Tue Jan 20 01:16:55 2009 +0000
@@ -92,13 +92,6 @@
 		     'pmail-message-labels-p
 		     (concat ", \\(" (mail-comma-list-regexp labels) "\\),")))
 
-;; Moved here from pmail (which this file requires) 20090105, creating
-;; a compiler warning. ?
-;; 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)))
-
 ;;;###autoload
 (defun pmail-summary-by-recipients (recipients &optional primary-only)
   "Display a summary of all messages with the given RECIPIENTS.