]> git.eshelyaron.com Git - emacs.git/commitdiff
(uce-reply-to-uce): Bind case-fold-search.
authorRichard M. Stallman <rms@gnu.org>
Wed, 14 Oct 1998 12:49:31 +0000 (12:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 14 Oct 1998 12:49:31 +0000 (12:49 +0000)
lisp/mail/uce.el

index 06c57960a4a3f3b5c1101708451c3a22eed3a04d..aa0dfdfee39ef5fa5dff24624b76e3592afbcc29 100644 (file)
@@ -259,8 +259,9 @@ address, and postmaster of the mail relay used."
       (if (eq uce-mail-reader 'rmail)
          (progn
            (forward-line 2)
-           (while (looking-at "Summary-Line:\\|Mail-From:")
-             (forward-line 1))
+           (let ((case-fold-search t))
+             (while (looking-at "Summary-Line:\\|Mail-From:")
+               (forward-line 1)))
            (delete-region temp (point))))
       ;; Now find the mail hub that first accepted this message.
       ;; This should try to find the last Received: header.