From: Jani Nikula Date: Mon, 6 May 2013 04:46:05 +0000 (+0300) Subject: Re: [CLI] bug in notmuch setup X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dd89861e440d895f4a87a22f55118cb4a206a219;p=notmuch-archives.git Re: [CLI] bug in notmuch setup --- diff --git a/65/7fc421a34b089238fae7d28ad3dbf5e4b2bbbc b/65/7fc421a34b089238fae7d28ad3dbf5e4b2bbbc new file mode 100644 index 000000000..d347755a0 --- /dev/null +++ b/65/7fc421a34b089238fae7d28ad3dbf5e4b2bbbc @@ -0,0 +1,79 @@ +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 D4982431FAF + for ; Sun, 5 May 2013 21:46:24 -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 LlsYgM6VOX21 for ; + Sun, 5 May 2013 21:46:20 -0700 (PDT) +Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com + [209.85.217.169]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E7DEF431FAE + for ; Sun, 5 May 2013 21:46:19 -0700 (PDT) +Received: by mail-lb0-f169.google.com with SMTP id z5so3037808lbh.14 + for ; Sun, 05 May 2013 21:46:18 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-received:from:to:subject:in-reply-to:references:user-agent:date + :message-id:mime-version:content-type:x-gm-message-state; + bh=YSgLYO/IRptOup5JEKsQgLet4pcivOP+SzTEUweEjN0=; + b=fKL20jZheEK6JoIqW7bcINh2kXf042yllxoYqtc8v/5qTju40+/mnl+cYFCIMzpyq6 + jSre7U/Bq1QHWNVAnOEx1zKP5wLrJMXcB2KMqzNaAvAqOTC1uUNYIZVux0WoRjEmfqMz + tvjDdK+KzXvEIOOHUtXEA8m1BYD8hqcbtmhq/Wa3am6Ita3l0yX1zHMJuzyxWO+wXVQe + el0ojD+nFZkgFRicybJY4wujeL+t92iMZMvtZGcF+JQYwB3SDkB6At6sSlkmA4L3Wefk + PwWM8jtesnldDnTiBfh08RnUGkLV0QOwdboXi4U4xx7zHme8j+Uaka1NyCxqauYmRUE5 + n5rA== +X-Received: by 10.112.74.233 with SMTP id x9mr7495909lbv.0.1367815577164; + Sun, 05 May 2013 21:46:17 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi. + [88.195.118.211]) + by mx.google.com with ESMTPSA id m9sm8285560lag.10.2013.05.05.21.46.15 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sun, 05 May 2013 21:46:16 -0700 (PDT) +From: Jani Nikula +To: Patrick Totzke , notmuch@notmuchmail.org +Subject: Re: [CLI] bug in notmuch setup +In-Reply-To: <20130505212244.13465.1871@brick> +References: <20130505212244.13465.1871@brick> +User-Agent: Notmuch/0.15.2+87~gc69f540 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Mon, 06 May 2013 07:46:05 +0300 +Message-ID: <877gjcg1gy.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +X-Gm-Message-State: + ALoCoQnL8j4F/OAzJjFwCb0TXgEDGgfUsaFBLURiE/Rfn0MGT6lc48Jujmf+OouvtnS4/xtSvQCy +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, 06 May 2013 04:46:25 -0000 + +On Mon, 06 May 2013, Patrick Totzke wrote: +> As mentioned on IRC earlier, current master seems to have an issue +> with `notmuch setup`, which fails to write ~/.notmuch-config if not +> already present. + +Hi Patrick, thanks for the report. This is fixed by +id:9971e27c7c3fe569765bbca0f21de128ad1e4fac.1367781422.git.jani@nikula.org + +Cheers, +Jani.