From: Jani Nikula Date: Mon, 1 Apr 2013 12:11:31 +0000 (+0300) Subject: Re: [PATCH 1/3] nmbug-status: simplify config file read from nmbug git X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4ec066f03564caf25be66fa834aff2a7b446230c;p=notmuch-archives.git Re: [PATCH 1/3] nmbug-status: simplify config file read from nmbug git --- diff --git a/12/9119c36cff47f055066f738e0b4f5163d4ad86 b/12/9119c36cff47f055066f738e0b4f5163d4ad86 new file mode 100644 index 000000000..ba1a11a77 --- /dev/null +++ b/12/9119c36cff47f055066f738e0b4f5163d4ad86 @@ -0,0 +1,86 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id BD617431E64 + for ; Mon, 1 Apr 2013 05:11:41 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id lMJxmjoP+Dc7 for ; + Mon, 1 Apr 2013 05:11:38 -0700 (PDT) +Received: from mail-la0-f41.google.com (mail-la0-f41.google.com + [209.85.215.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id CB7B9431FAE + for ; Mon, 1 Apr 2013 05:11:37 -0700 (PDT) +Received: by mail-la0-f41.google.com with SMTP id fo12so2062220lab.14 + for ; Mon, 01 Apr 2013 05:11:36 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-received:from:to:cc:subject:in-reply-to:references:user-agent + :date:message-id:mime-version:content-type:x-gm-message-state; + bh=ej+t9G0Su+ZCswvLRhwmxi9FBfmuslrLOEnbXNdxT+4=; + b=Y0j6HBtGU4BBZqcziskThwHjh3EIG9iSrGxcjHNSXPOzhhtEND7lP3GjHsKfXXmFCM + PjbQZRJm1w4g7Bfr9WHqdjzebG557BegDJ/w741TndbgQXaysH5zBblq1fSTvQNhOpvs + OF61itcpLL0noIjQXLIFtywCJtGvshd/AycBDwhdafXM6tAYXUv+6ABIcatTIJTIkNHn + y/XvWfg2P/rrHwoalNdpZjhkfYIAWKQGWNbsQq0yxyufD5NH5DQ8a34N0mylaB4ELCf7 + ygDPwnEbcFoePFQA9Bn1lQgB98WozZ/h8BJ7ljVKyPV94jAXCYc3LgCMYN6VzslIsIQB + RUpQ== +X-Received: by 10.112.9.200 with SMTP id c8mr5670298lbb.122.1364818294756; + Mon, 01 Apr 2013 05:11:34 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi. + [80.223.81.27]) + by mx.google.com with ESMTPS id q9sm5398624lbz.3.2013.04.01.05.11.32 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 01 Apr 2013 05:11:33 -0700 (PDT) +From: Jani Nikula +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/3] nmbug-status: simplify config file read from nmbug + git +In-Reply-To: <87ip46xyez.fsf@maritornes.cs.unb.ca> +References: + <41d8f64a00a516faaa51871e2cb060bb1d0c8a8a.1364809172.git.jani@nikula.org> + <87ip46xyez.fsf@maritornes.cs.unb.ca> +User-Agent: Notmuch/0.15.2+48~gc5630bf (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Mon, 01 Apr 2013 15:11:31 +0300 +Message-ID: <87fvzasb64.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +X-Gm-Message-State: + ALoCoQkYsI+6RVW4a3FsWZFNNxNwaO6Zs7jgDAZAybHaVBFddU6Y9Lvw9/PRwSReef5n1NUYnpvy +Cc: Tomi Ollila +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Mon, 01 Apr 2013 12:11:41 -0000 + +On Mon, 01 Apr 2013, David Bremner wrote: +> Jani Nikula writes: +> +>> This should be functionally the same as before. +>> --- +> +> Except that if a local config branch does not exist (but the remote one +> does) the old complicated version works, while the new one does ont. Do +> you want to try again, or just go with the other two patches? + +Right. Thanks for the explanation. Let's just drop this patch. + +BR, +Jani.