From d5e797924134db2e36ad2d4f35111570c48d0b05 Mon Sep 17 00:00:00 2001 From: "Taylor R. Campbell" Date: Tue, 12 Aug 2008 00:49:03 +0000 Subject: [PATCH] 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. --- v7/src/imail/imail-imap.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.25.1