From: Chris Hanson Date: Mon, 5 Jun 2000 21:30:40 +0000 (+0000) Subject: Undo previous change. This was being handled elsewhere and was never X-Git-Tag: 20090517-FFI~3597 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9511a6b815133a19fb1f08bcd8d29a2bc115ae11;p=mit-scheme.git Undo previous change. This was being handled elsewhere and was never removed from the to-do list. --- diff --git a/v7/src/imail/imail-imap.scm b/v7/src/imail/imail-imap.scm index f7f7ef5ea..4e0e19538 100644 --- a/v7/src/imail/imail-imap.scm +++ b/v7/src/imail/imail-imap.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-imap.scm,v 1.113 2000/06/05 21:27:23 cph Exp $ +;;; $Id: imail-imap.scm,v 1.114 2000/06/05 21:30:40 cph Exp $ ;;; ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology ;;; @@ -1125,7 +1125,7 @@ (define-method save-folder ((folder )) ;; Changes are always written through. folder - (imail-ui:message "(No changes to save.)")) + #f) (define-method discard-folder-cache ((folder )) (close-folder folder)