Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Tue, 18 Jan 2000 20:54:01 +0000 (20:54 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 18 Jan 2000 20:54:01 +0000 (20:54 +0000)
v7/src/imail/imail-rmail.scm

index 1d04ef4b5a1eb018e8d4747c91663db6e85625ad..ce3e60bb09b107c9ad7639cd867afd0d0ec500a7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-rmail.scm,v 1.5 2000/01/14 18:07:45 cph Exp $
+;;; $Id: imail-rmail.scm,v 1.6 2000/01/18 20:54:01 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
                        (let ((inbox (read-rmail-inbox folder pathname #t)))
                          (let ((n (count-messages inbox)))
                            (do ((index 0 (fix:+ index 1)))
-                               ((fix:= i n))
+                               ((fix:= index n))
                              (append-message folder
                                              (get-message inbox index))))
                          inbox))