Change status symbol FOLDER-MODIFIED to CACHE-MODIFIED.
authorChris Hanson <org/chris-hanson/cph>
Fri, 16 Jun 2000 17:21:48 +0000 (17:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 16 Jun 2000 17:21:48 +0000 (17:21 +0000)
v7/src/imail/imail-core.scm
v7/src/imail/imail-file.scm

index 5a0913abc868dab21964014eb8a0b777be8ba417..ba8db14be0b692b179154e4feeb18a260e519b7d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-core.scm,v 1.100 2000/06/14 02:15:36 cph Exp $
+;;; $Id: imail-core.scm,v 1.101 2000/06/16 17:21:48 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
 ;; -------------------------------------------------------------------
 ;; Compare FOLDER's cache with the persistent folder and return a
 ;; symbol indicating whether they are synchronized, as follows:
-;; SYNCHRONIZED FOLDER-MODIFIED PERSISTENT-MODIFIED BOTH-MODIFIED
+;; SYNCHRONIZED CACHE-MODIFIED PERSISTENT-MODIFIED BOTH-MODIFIED
 ;; PERSISTENT-DELETED UNSYNCHRONIZED
 
 (define-generic folder-sync-status (folder))
index bc664889b9910c2efbaa84ea6b8305ff980f69ac..09c45766717c61080704334e57a4c01a9581bf85 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-file.scm,v 1.42 2000/06/14 02:15:38 cph Exp $
+;;; $Id: imail-file.scm,v 1.43 2000/06/16 17:21:44 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
            (if (= sync-time current-time)
                (if (= sync-count current-count)
                    'SYNCHRONIZED
-                   'FOLDER-MODIFIED)
+                   'CACHE-MODIFIED)
                (if (= sync-count current-count)
                    'PERSISTENT-MODIFIED
                    'BOTH-MODIFIED))