Elaborate upon an important detail of the comment above
authorTaylor R. Campbell <net/mumble/campbell>
Mon, 19 May 2008 00:00:12 +0000 (00:00 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Mon, 19 May 2008 00:00:12 +0000 (00:00 +0000)
CACHE-FOLDER-CONTENTS concerning its relation to
PRELOAD-FOLDER-OUTLINES.

v7/src/imail/imail-core.scm

index 318f746e818db2759876f8e0df0274bb7e379d68..89b4dba90139cbb4bc9986c1dbab3967b809d295 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: imail-core.scm,v 1.169 2008/05/18 23:58:37 riastradh Exp $
+$Id: imail-core.scm,v 1.170 2008/05/19 00:00:12 riastradh Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -608,7 +608,9 @@ USA.
 ;; procedure to each section of the message that should be cached.
 ;;
 ;; This is like PRELOAD-FOLDER-OUTLINES, and also need not be
-;; implemented.
+;; implemented.  CACHE-FOLDER-CONTENTS should fetch at least what
+;; PRELOAD-FOLDER-OUTLINES fetches, so that subsequent calls to
+;; PRELOAD-FOLDER-OUTLINES will be fast.
 
 (define-generic cache-folder-contents (folder walk-mime-body))