Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 6556D431FB5 for ; Wed, 26 Jan 2011 05:16:13 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hBR9aPd55ppq for ; Wed, 26 Jan 2011 05:16:13 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id DCE72431FB6 for ; Wed, 26 Jan 2011 05:16:12 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id A117819F3325; Wed, 26 Jan 2011 14:16:11 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id m5xbquk-vS3N; Wed, 26 Jan 2011 14:16:10 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 594FE19F3327; Wed, 26 Jan 2011 14:16:10 +0100 (CET) Received: from steelpick.2x.cz (note-sojka.felk.cvut.cz [147.32.86.30]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 52E7715C031; Wed, 26 Jan 2011 14:16:10 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.72) (envelope-from ) id 1Pi5EI-0001y5-56; Wed, 26 Jan 2011 14:16:10 +0100 From: Michal Sojka To: Carl Worth , notmuch@notmuchmail.org Subject: Re: [PATCH 3/3] new: Enhance progress reporting In-Reply-To: <87hbcv26rg.fsf@yoom.home.cworth.org> References: <1295603977-14326-1-git-send-email-sojkam1@fel.cvut.cz> <1295603977-14326-5-git-send-email-sojkam1@fel.cvut.cz> <87hbcv26rg.fsf@yoom.home.cworth.org> User-Agent: Notmuch/0.5-87-g9705d00 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Wed, 26 Jan 2011 14:16:10 +0100 Message-ID: <87r5bzst45.fsf@steelpick.2x.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2011 13:16:13 -0000 On Wed, 26 Jan 2011, Carl Worth wrote: > On Fri, 21 Jan 2011 10:59:37 +0100, Michal Sojka wrote: > > This patch enhances the progress reporting facility that was already > > present. The timer that triggers reporting is not stopped after the > > first phase but continues to run until all operations are finished. The > > rename detection and maildir flag synchronization are enhanced to report > > their progress. > > Looks good to me. This is pushed. I've just sent a small fix to this. Please apply it as well. M.