Re: [PATCH] emacs: make `notmuch-show-open-or-close-all' toggle visibility
[notmuch-archives.git] / 02 / 935452db88304fea2e63e354d2cc3fdaf8a697
1 Return-Path: <cworth@cworth.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id DB03C431FC0;\r
6         Wed, 18 Nov 2009 15:30:23 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id RPwLLvpFU5z9; Wed, 18 Nov 2009 15:30:23 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 7EDA2431FBC;\r
13         Wed, 18 Nov 2009 15:30:20 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Jan Janak <jan@ryngle.com>, notmuch@notmuchmail.org\r
16 In-Reply-To: <f35dbb950911180636p10f1dba9v594ddd047361e487@mail.gmail.com>\r
17 References: <f35dbb950911180636p10f1dba9v594ddd047361e487@mail.gmail.com>\r
18 Date: Thu, 19 Nov 2009 00:29:47 +0100\r
19 Message-ID: <87r5rvmmxg.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] Why is no. of files from count_files reset to 0?\r
23 X-BeenThere: notmuch@notmuchmail.org\r
24 X-Mailman-Version: 2.1.12\r
25 Precedence: list\r
26 List-Id: "Use and development of the notmuch mail system."\r
27         <notmuch.notmuchmail.org>\r
28 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
29         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
30 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
31 List-Post: <mailto:notmuch@notmuchmail.org>\r
32 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
33 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
35 X-List-Received-Date: Wed, 18 Nov 2009 23:30:24 -0000\r
36 \r
37 On Wed, 18 Nov 2009 15:36:51 +0100, Jan Janak <jan@ryngle.com> wrote:\r
38 > When I comment out the following line (before add_files is called):\r
39\r
40 > add_files_state.total_files = 0;\r
41\r
42 > The progress indicator shows the total number of files to be\r
43 > processed, as well as the time remaining. This is, IMHO, much better,\r
44 > especially if you process a large collection of emails.\r
45\r
46 > Is there any reason for having the variable reset to 0 before calling\r
47 > add_files? Thanks!\r
48 \r
49 Just a bug. Thanks for pointing this out. It's fixed now---and it will\r
50 be nice for new users to have the countdown working once again.\r
51 \r
52 -Carl\r