Re: [notmuch] Why is no. of files from count_files reset to 0?
authorCarl Worth <cworth@cworth.org>
Wed, 18 Nov 2009 23:29:47 +0000 (00:29 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:36 +0000 (09:35 -0800)
02/935452db88304fea2e63e354d2cc3fdaf8a697 [new file with mode: 0644]

diff --git a/02/935452db88304fea2e63e354d2cc3fdaf8a697 b/02/935452db88304fea2e63e354d2cc3fdaf8a697
new file mode 100644 (file)
index 0000000..4bc0e9b
--- /dev/null
@@ -0,0 +1,52 @@
+Return-Path: <cworth@cworth.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id DB03C431FC0;\r
+       Wed, 18 Nov 2009 15:30:23 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id RPwLLvpFU5z9; Wed, 18 Nov 2009 15:30:23 -0800 (PST)\r
+Received: from cworth.org (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 7EDA2431FBC;\r
+       Wed, 18 Nov 2009 15:30:20 -0800 (PST)\r
+From: Carl Worth <cworth@cworth.org>\r
+To: Jan Janak <jan@ryngle.com>, notmuch@notmuchmail.org\r
+In-Reply-To: <f35dbb950911180636p10f1dba9v594ddd047361e487@mail.gmail.com>\r
+References: <f35dbb950911180636p10f1dba9v594ddd047361e487@mail.gmail.com>\r
+Date: Thu, 19 Nov 2009 00:29:47 +0100\r
+Message-ID: <87r5rvmmxg.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] Why is no. of files from count_files reset to 0?\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 18 Nov 2009 23:30:24 -0000\r
+\r
+On Wed, 18 Nov 2009 15:36:51 +0100, Jan Janak <jan@ryngle.com> wrote:\r
+> When I comment out the following line (before add_files is called):\r
+> \r
+> add_files_state.total_files = 0;\r
+> \r
+> The progress indicator shows the total number of files to be\r
+> processed, as well as the time remaining. This is, IMHO, much better,\r
+> especially if you process a large collection of emails.\r
+> \r
+> Is there any reason for having the variable reset to 0 before calling\r
+> add_files? Thanks!\r
+\r
+Just a bug. Thanks for pointing this out. It's fixed now---and it will\r
+be nice for new users to have the countdown working once again.\r
+\r
+-Carl\r