;;; -*-Scheme-*-
;;;
-;;; $Id: imail-imap.scm,v 1.186 2001/09/28 19:18:30 cph Exp $
+;;; $Id: imail-imap.scm,v 1.187 2001/09/28 19:22:56 cph Exp $
;;;
;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology
;;;
(lambda (port)
((input-port/custom-operation port 'REST->STRING) port))))
-(define (simple-write-file object pathname)
- (call-with-output-file pathname
- (lambda (port)
- (write object port)
- (newline port))))
-
(define (delete-file-recursively pathname)
(call-with-append-file "/tmp/foo"
(lambda (port)
;;; -*-Scheme-*-
;;;
-;;; $Id: load.scm,v 1.30 2001/09/28 00:42:21 cph Exp $
+;;; $Id: load.scm,v 1.31 2001/09/28 19:18:42 cph Exp $
;;;
;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology
;;;
(lambda ()
(fluid-let ((*allow-package-redefinition?* #t))
(load-package-set "imail"))))
-(add-subsystem-identification! "IMAIL" '(1 13))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 14))
\ No newline at end of file