Eliminate notes that have been moved to todo file.
authorChris Hanson <org/chris-hanson/cph>
Fri, 16 Jun 2000 17:54:56 +0000 (17:54 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 16 Jun 2000 17:54:56 +0000 (17:54 +0000)
v7/src/imail/imail-core.scm
v7/src/imail/imail-file.scm
v7/src/imail/imail-rmail.scm

index ba8db14be0b692b179154e4feeb18a260e519b7d..d5a5f79935c83a645b6f0a5230281f958bc1041d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-core.scm,v 1.101 2000/06/16 17:21:48 cph Exp $
+;;; $Id: imail-core.scm,v 1.102 2000/06/16 17:54:36 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
@@ -20,8 +20,6 @@
 
 ;;;; IMAIL mail reader: core definitions
 
-;;; **** Implement file backup.
-
 (declare (usual-integrations))
 \f
 ;;;; Base object type
index 09c45766717c61080704334e57a4c01a9581bf85..779427a1433363fe898dc1bdb755115c321f9a6d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-file.scm,v 1.43 2000/06/16 17:21:44 cph Exp $
+;;; $Id: imail-file.scm,v 1.44 2000/06/16 17:54:46 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
                  (imail-ui:prompt-for-yes-or-no?
                   "Disk file has changed since last read.  Save anyway"))))
        (begin
-        ;; **** Do backup of file here.
         (synchronize-file-folder-write folder write-file-folder)
         #t)))
 
index 84c920d03f3dbfdf7698e4ce6ec745d47ff5936e..2c89a83101cf85ebc3d333405464a762736613fd 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-rmail.scm,v 1.39 2000/06/14 02:15:40 cph Exp $
+;;; $Id: imail-rmail.scm,v 1.40 2000/06/16 17:54:56 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
   (lines->header-fields (read-lines-to-eom port)))
 
 (define (read-rmail-message port)
-  ;; **** This must be generalized to recognize an RMAIL file that has
-  ;; unix-mail format messages appended to it.
   (let ((line (read-line port)))
     (cond ((eof-object? line)
           #f)