Remove vestige of progress metering in CACHE-FOLDER-CONTENTS. The
authorTaylor R. Campbell <net/mumble/campbell>
Tue, 12 Aug 2008 00:49:03 +0000 (00:49 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Tue, 12 Aug 2008 00:49:03 +0000 (00:49 +0000)
procedures that fetch the body parts already indicate their progress
with the message indices, and would overwrite a meter of the cache's
progress anyway except for fractions of seconds between messages.

v7/src/imail/imail-imap.scm

index b68c20c52b8cbcc23210273d8c621fda789d7760..f5821b2526477cf166fa8260f550fa25ccdaf413 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: imail-imap.scm,v 1.221 2008/08/11 17:51:12 riastradh Exp $
+$Id: imail-imap.scm,v 1.222 2008/08/12 00:49:03 riastradh Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -1208,8 +1208,6 @@ USA.
   (let ((length (folder-length folder)))
     (for-each-message folder
       (lambda (index message)
-       (if (zero? (remainder index 10))
-           (imail-ui:progress-meter index length))
        (cond ((imap-message-bodystructure message)
               => (lambda (body-structure)
                    (walk-mime-body message body-structure