From 5ecb23e1846a19c44d87b24a32444bcd9a4cb077 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sun, 23 Mar 2014 15:06:42 +0200 Subject: [PATCH] Re: [PATCH 0/2] nmbug-status: make title/blurb configurable --- 5f/b3a81041ef811a03a5d415eff0129b80ac1e4c | 87 +++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 5f/b3a81041ef811a03a5d415eff0129b80ac1e4c diff --git a/5f/b3a81041ef811a03a5d415eff0129b80ac1e4c b/5f/b3a81041ef811a03a5d415eff0129b80ac1e4c new file mode 100644 index 000000000..2fa5ccf03 --- /dev/null +++ b/5f/b3a81041ef811a03a5d415eff0129b80ac1e4c @@ -0,0 +1,87 @@ +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 27306431FBF + for ; Sun, 23 Mar 2014 06:06:54 -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 MuHiT4ONEGHc for ; + Sun, 23 Mar 2014 06:06:46 -0700 (PDT) +Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com + [74.125.83.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 43692431FB6 for ; Sun, 23 Mar 2014 06:06:46 -0700 + (PDT) +Received: by mail-ee0-f53.google.com with SMTP id b57so3479389eek.12 + for ; Sun, 23 Mar 2014 06:06:44 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=p6OZxZF9rXMW6ma47gsaPE8GBDEjhQRBpjHigNLi46A=; + b=Y3nvBeHacbznzk2FsJZhX1uQh5WXZbFa3klBHNkVzcqo8IvO3PV08pSjcfjXCluNeS + IvEwEOZ2T1nUIYRgyVnwEr6TBO5g2lOj9+OZ51oCCZH5Gwa5pu1H0nynk/H+rlV8ZaMa + RK47/qd4bJwgNcmwg2NpKibiSUxRC3DmPTPEaQF2E0ccDJ0YmZhcAPhv/Y1TvFPbUCCq + s8afftDHuao8puvMaUk+CVsQsjK3BVv7wXGaxb8AvOplJh1shvr8s4UBpgaJoo7boJzv + AqoACA40OBXraSpF44DDJqVuM7YpOFphJqIK/WciwM2NJVMWTjDKQHTUGqskpz/c1YQD + s40Q== +X-Gm-Message-State: + ALoCoQnbcyFw9yjbGy3xR1YYhTy2e/yt+So4cL53FqUAc41jFuoGACN9PvX2TkmjJxJg29TFYgHA +X-Received: by 10.14.246.1 with SMTP id p1mr30356594eer.20.1395580004743; + Sun, 23 Mar 2014 06:06:44 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) by mx.google.com with ESMTPSA id + z48sm25988396eel.27.2014.03.23.06.06.43 for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sun, 23 Mar 2014 06:06:43 -0700 (PDT) +From: Jani Nikula +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/2] nmbug-status: make title/blurb configurable +In-Reply-To: <87txaprv5l.fsf@zancas.localnet> +References: + <87txaprv5l.fsf@zancas.localnet> +User-Agent: Notmuch/0.17+149~g6de65e9791bc (http://notmuchmail.org) + Emacs/24.3.1 (x86_64-pc-linux-gnu) +Date: Sun, 23 Mar 2014 15:06:42 +0200 +Message-ID: <87wqflrrml.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +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: Sun, 23 Mar 2014 13:06:54 -0000 + +On Sun, 23 Mar 2014, David Bremner wrote: +> Jani Nikula writes: +> +>> This lets me use nmbug-status for publishing search views in html +>> outside of the nmbug context. I'm sure especially 2/2 can be done +>> better. If someone wants to use their mad python skillz to improve this, +>> it would be great. ;) +> +> no mad python skillz were spotted, but I did correct a couple of typos +> in status-config.json before pushing. + +Ah, escaping. Thanks. + +The config change needs to be pushed to the nmbug repo too before +upgrading notmuch on that server. + +BR, +Jani. -- 2.26.2