[gnu.emacs.bug] 18.52 rmail bug

james@bigtex.cactus.org (James Van Artsdalen) (11/26/88)

rmail loops infinitely when mail in /usr/mail/user contains "^from ".
Presumably a search in rmail-convert-to-babyl-format is case
insensitive when it should be case sensitive.  I "fixed" the problem
with the patch below, but would invite any emacs wizard to point out
the correct way of handling this, as I imagine I broke something else
in the process...  :-(

*** /tmp/,RCSt1a12879	Fri Nov 25 10:02:13 1988
--- /usr/local/lib/emacs/lisp/rmail.el	Fri Nov 25 09:42:53 1988
***************
*** 510,514 ****
  (defun rmail-convert-to-babyl-format ()
    (let ((count 0) start
! 	(case-fold-search t))
      (goto-char (point-min))
      (save-restriction
--- 510,514 ----
  (defun rmail-convert-to-babyl-format ()
    (let ((count 0) start
! 	(case-fold-search nil))
      (goto-char (point-min))
      (save-restriction

-- 
James R. Van Artsdalen      james@bigtex.cactus.org      "Live Free or Die"
Home: 512-346-2444 Work: 338-8789       9505 Arboretum Blvd Austin TX 78759