projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f37312
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 18 Jan 2000 20:54:01 +0000
(20:54 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 18 Jan 2000 20:54:01 +0000
(20:54 +0000)
v7/src/imail/imail-rmail.scm
patch
|
blob
|
history
diff --git
a/v7/src/imail/imail-rmail.scm
b/v7/src/imail/imail-rmail.scm
index 1d04ef4b5a1eb018e8d4747c91663db6e85625ad..ce3e60bb09b107c9ad7639cd867afd0d0ec500a7 100644
(file)
--- a/
v7/src/imail/imail-rmail.scm
+++ b/
v7/src/imail/imail-rmail.scm
@@
-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
;;;
@@
-280,7
+280,7
@@
(let ((inbox (read-rmail-inbox folder pathname #t)))
(let ((n (count-messages inbox)))
(do ((index 0 (fix:+ index 1)))
- ((fix:= i n))
+ ((fix:= i
ndex
n))
(append-message folder
(get-message inbox index))))
inbox))