aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/pmailsum.el7
1 files changed, 0 insertions, 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."
92 'pmail-message-labels-p 92 'pmail-message-labels-p
93 (concat ", \\(" (mail-comma-list-regexp labels) "\\),"))) 93 (concat ", \\(" (mail-comma-list-regexp labels) "\\),")))
94 94
95;; Moved here from pmail (which this file requires) 20090105, creating
96;; a compiler warning. ?
97;; Return t if the attributes/keywords line of msg number MSG
98;; contains a match for the regexp LABELS.
99(defun pmail-message-labels-p (msg labels)
100 (string-match labels (pmail-get-labels msg)))
101
102;;;###autoload 95;;;###autoload
103(defun pmail-summary-by-recipients (recipients &optional primary-only) 96(defun pmail-summary-by-recipients (recipients &optional primary-only)
104 "Display a summary of all messages with the given RECIPIENTS. 97 "Display a summary of all messages with the given RECIPIENTS.