From db09e5d4947aa2cbf52144d3df68e99a9140255c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 16 Jun 2000 17:54:56 +0000 Subject: [PATCH] Eliminate notes that have been moved to todo file. --- v7/src/imail/imail-core.scm | 4 +--- v7/src/imail/imail-file.scm | 3 +-- v7/src/imail/imail-rmail.scm | 4 +--- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/v7/src/imail/imail-core.scm b/v7/src/imail/imail-core.scm index ba8db14be..d5a5f7993 100644 --- a/v7/src/imail/imail-core.scm +++ b/v7/src/imail/imail-core.scm @@ -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)) ;;;; Base object type diff --git a/v7/src/imail/imail-file.scm b/v7/src/imail/imail-file.scm index 09c457667..779427a14 100644 --- a/v7/src/imail/imail-file.scm +++ b/v7/src/imail/imail-file.scm @@ -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 ;;; @@ -224,7 +224,6 @@ (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))) diff --git a/v7/src/imail/imail-rmail.scm b/v7/src/imail/imail-rmail.scm index 84c920d03..2c89a8310 100644 --- 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.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 ;;; @@ -132,8 +132,6 @@ (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) -- 2.25.1