changeset 88259:e7a1851e3fcc

(rmail-message-senders-p): Fix Typo.
author Henrik Enberg <henrik.enberg@telia.com>
date Sat, 21 Jan 2006 15:28:23 +0000
parents e03b9b63e187
children 1a40f734827b
files lisp/mail/rmailsum.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el	Sat Jan 21 15:28:08 2006 +0000
+++ b/lisp/mail/rmailsum.el	Sat Jan 21 15:28:23 2006 +0000
@@ -199,7 +199,7 @@
      (rmail-desc-get-start msg)
      (rmail-desc-get-end msg))
     (goto-char (point-min))
-    (string-match senders (or (mail-fetch-field "From") ""))))
+    (string-match sender (or (mail-fetch-field "From") ""))))
 
 ;;;; General making of a summary buffer.