From: Taylor R. Campbell Date: Tue, 12 Aug 2008 00:49:03 +0000 (+0000) Subject: Remove vestige of progress metering in CACHE-FOLDER-CONTENTS. The X-Git-Tag: 20090517-FFI~253 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d5e797924134db2e36ad2d4f35111570c48d0b05;p=mit-scheme.git Remove vestige of progress metering in CACHE-FOLDER-CONTENTS. The 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. --- diff --git a/v7/src/imail/imail-imap.scm b/v7/src/imail/imail-imap.scm index b68c20c52..f5821b252 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.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