folder.
;;; -*-Scheme-*-
;;;
-;;; $Id: imail-imap.scm,v 1.112 2000/06/05 21:25:34 cph Exp $
+;;; $Id: imail-imap.scm,v 1.113 2000/06/05 21:27:23 cph Exp $
;;;
;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
;;;
(define-method save-folder ((folder <imap-folder>))
;; Changes are always written through.
folder
- #f)
+ (imail-ui:message "(No changes to save.)"))
(define-method discard-folder-cache ((folder <imap-folder>))
(close-folder folder)
;;; -*-Scheme-*-
;;;
-;;; $Id: imail-top.scm,v 1.133 2000/06/05 21:25:36 cph Exp $
+;;; $Id: imail-top.scm,v 1.134 2000/06/05 21:27:25 cph Exp $
;;;
;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
;;;
(define *imail-message-wrapper-prefix* #f)
-(define imail-ui:prompt-for-yes-or-no?
- prompt-for-yes-or-no?)
+(define imail-ui:message message)
+(define imail-ui:prompt-for-yes-or-no? prompt-for-yes-or-no?)
(define (imail-ui:body-cache-limit message)
(ref-variable imail-body-cache-limit
IMAIL To-Do List
-$Id: todo.txt,v 1.63 2000/06/05 21:25:37 cph Exp $
+$Id: todo.txt,v 1.64 2000/06/05 21:27:26 cph Exp $
Bug fixes
---------
AVAILABLE-FOLDER-NAMES.
* Generate file I/O messages when reading and writing file folders.
- Generate message "No changes to save." from SAVE-FOLDER on an IMAP
- folder.
* IMAIL must support I/O to compressed files (for my sake if no one
else). A clean solution to this requires moving compressed-file