From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 031F16DE0C45 for ; Fri, 27 Jan 2017 18:31:21 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.005 X-Spam-Level: X-Spam-Status: No, score=-0.005 tagged_above=-999 required=5 tests=[AWL=0.006, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wBGOWQthJbLH for ; Fri, 27 Jan 2017 18:31:20 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 66C636DE0B55 for ; Fri, 27 Jan 2017 18:31:20 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1cXImt-0007bk-Ga; Fri, 27 Jan 2017 21:30:47 -0500 Received: (nullmailer pid 28492 invoked by uid 1000); Sat, 28 Jan 2017 02:31:17 -0000 From: David Bremner To: Jani Nikula , notmuch@notmuchmail.org Subject: Re: [PATCH] cli: don't call _entry_in_ignore_list twice in count files debug In-Reply-To: <20161217162843.23773-1-jani@nikula.org> References: <20161217162843.23773-1-jani@nikula.org> Date: Fri, 27 Jan 2017 22:31:17 -0400 Message-ID: <87r33nvrt6.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Sat, 28 Jan 2017 02:31:21 -0000 Jani Nikula writes: > Split file ignores in count_files to fixed and user configured in > order to not have to call _entry_in_ignore_list twice when debugging > is enabled. Minor detail. pushed to master d