From 3cbaa3c2ccdef07b96c06397a6f4682ed4afe3a7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 20 Jan 2009 01:16:55 +0000 Subject: [PATCH] (pmail-message-labels-p): Move back to pmail.el. --- lisp/mail/pmailsum.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lisp/mail/pmailsum.el b/lisp/mail/pmailsum.el index 43064379c1e..a46b55156ed 100644 --- a/lisp/mail/pmailsum.el +++ b/lisp/mail/pmailsum.el @@ -92,13 +92,6 @@ LABELS should be a string containing the desired labels, separated by commas." '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. -- 2.39.2