From: David Bremner Date: Sat, 9 Apr 2016 23:56:23 +0000 (+2100) Subject: Re: [RFC 2/5] cli: don't call _entry_in_ignore_list twice in count files debug X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=be24fcf6ec2820df595062d28cf471dbe42f3826;p=notmuch-archives.git Re: [RFC 2/5] cli: don't call _entry_in_ignore_list twice in count files debug --- diff --git a/cd/1d4be38e9c1745b68237b375a80f1922072e4b b/cd/1d4be38e9c1745b68237b375a80f1922072e4b new file mode 100644 index 000000000..35a116fcb --- /dev/null +++ b/cd/1d4be38e9c1745b68237b375a80f1922072e4b @@ -0,0 +1,62 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id E9F726DE02BF + for ; Sat, 9 Apr 2016 16:56:35 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.019 +X-Spam-Level: +X-Spam-Status: No, score=-0.019 tagged_above=-999 required=5 + tests=[AWL=-0.008, 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 JI9viYihLMyw for ; + Sat, 9 Apr 2016 16:56:28 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 0C2576DE00BD + for ; Sat, 9 Apr 2016 16:56:27 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1ap2jy-0000zj-HC; Sat, 09 Apr 2016 19:56:34 -0400 +Received: (nullmailer pid 11982 invoked by uid 1000); + Sat, 09 Apr 2016 23:56:23 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [RFC 2/5] cli: don't call _entry_in_ignore_list twice in count + files debug +In-Reply-To: + +References: + +User-Agent: Notmuch/0.21+109~g9d467d4 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Sat, 09 Apr 2016 20:56:23 -0300 +Message-ID: <8760vqfiag.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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, 09 Apr 2016 23:56:36 -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. + +this change (and patch) seems harmless. + +d