;;; -*-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
;;;
;;;; IMAIL mail reader: core definitions
-;;; **** Implement file backup.
-
(declare (usual-integrations))
\f
;;;; Base object type
;;; -*-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)))
;;; -*-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)