From: David Bremner Date: Tue, 12 Apr 2016 23:51:00 +0000 (+2100) Subject: Re: [PATCH 3/3] lib: clean up _notmuch_database_split_path X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b5dbcc4013ad956bd136954a272c74e87fb27a7f;p=notmuch-archives.git Re: [PATCH 3/3] lib: clean up _notmuch_database_split_path --- diff --git a/75/462fffbd637ae8027b42f7d62ee97d4c5a78b0 b/75/462fffbd637ae8027b42f7d62ee97d4c5a78b0 new file mode 100644 index 000000000..e6103b63c --- /dev/null +++ b/75/462fffbd637ae8027b42f7d62ee97d4c5a78b0 @@ -0,0 +1,61 @@ +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 DDE996DE01C2 + for ; Tue, 12 Apr 2016 16:51:11 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.017 +X-Spam-Level: +X-Spam-Status: No, score=-0.017 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 mCcKffZSHWBH for ; + Tue, 12 Apr 2016 16:51:04 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id F297A6DE0127 + for ; Tue, 12 Apr 2016 16:51:03 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1aq85P-0003Nz-7X; Tue, 12 Apr 2016 19:51:11 -0400 +Received: (nullmailer pid 17724 invoked by uid 1000); + Tue, 12 Apr 2016 23:51:00 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH 3/3] lib: clean up _notmuch_database_split_path +In-Reply-To: <1460317403-13714-3-git-send-email-jani@nikula.org> +References: <1460317403-13714-1-git-send-email-jani@nikula.org> + <1460317403-13714-3-git-send-email-jani@nikula.org> +User-Agent: Notmuch/0.21+99~gd93d377 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Tue, 12 Apr 2016 20:51:00 -0300 +Message-ID: <87mvoy5qu3.fsf@zancas.localnet> +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: Tue, 12 Apr 2016 23:51:12 -0000 + +Jani Nikula writes: + +> Make the logic it a bit easier to read. No functional changes. +> --- + +I decided to push all three patches; it wasn't clear Tomi reviewed all +3, but I had a look at the third. So, uh, if it's broken OH LOOK OVER +THERE -> + +d