Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Thu, 15 Jun 2000 02:38:05 +0000 (02:38 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 15 Jun 2000 02:38:05 +0000 (02:38 +0000)
v7/src/imail/imail-summary.scm

index 609f39833356fe5aee656052e49f872ad827cd80..df916cdf4db096d4960af057b58d2a49707d6eb8 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-summary.scm,v 1.19 2000/06/15 02:35:59 cph Exp $
+;;; $Id: imail-summary.scm,v 1.20 2000/06/15 02:38:05 cph Exp $
 ;;;
 ;;; Copyright (c) 2000 Massachusetts Institute of Technology
 ;;;
@@ -93,7 +93,7 @@ Edwin will list the header line in the summary."
   "sRegexp to summarize by"
   (lambda (regexp)
     (imail-summary
-     (string-append "Regular expression " recipients-string)
+     (string-append "Regular expression " regexp)
      (lambda (m)
        (re-string-search-forward regexp
                                 (header-fields->string
@@ -111,7 +111,7 @@ SUBJECT is a string of regexps separated by commas."
      (let ((regexp
            (apply regexp-group
                   (map re-quote-string
-                       (burst-comma-list-string recipients-string)))))
+                       (burst-comma-list-string regexps-string)))))
        (lambda (m)
         (let ((s (get-first-header-field-value m "subject" #f)))
           (and s