From 4c9663641568c0e6724bb9c9b6129760a52e21a0 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Mon, 1 Apr 2013 12:43:59 +0300 Subject: [PATCH] [PATCH 0/3] nmbug-status: add support for querying the search views --- b2/36bcb73fa60703a6cabfa1e5b397ae1f41681a | 82 +++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 b2/36bcb73fa60703a6cabfa1e5b397ae1f41681a diff --git a/b2/36bcb73fa60703a6cabfa1e5b397ae1f41681a b/b2/36bcb73fa60703a6cabfa1e5b397ae1f41681a new file mode 100644 index 000000000..d3f76a6db --- /dev/null +++ b/b2/36bcb73fa60703a6cabfa1e5b397ae1f41681a @@ -0,0 +1,82 @@ +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 941E5431E64 + for ; Mon, 1 Apr 2013 02:44:09 -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 TdwP8ALIJR7x for ; + Mon, 1 Apr 2013 02:44:09 -0700 (PDT) +Received: from mail-la0-f52.google.com (mail-la0-f52.google.com + [209.85.215.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E748A431FAE + for ; Mon, 1 Apr 2013 02:44:08 -0700 (PDT) +Received: by mail-la0-f52.google.com with SMTP id fs12so1982905lab.11 + for ; Mon, 01 Apr 2013 02:44:07 -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:date:message-id:x-mailer + :x-gm-message-state; + bh=iKo0WkFP99WsnJttpOt57u4v4REz1PEMQgKWT02cYbc=; + b=SG+aWZweX2Tiaw7k/nM1ECMkNIoc/ZW7JgwaeMIhx8FsieBMjh6KkcdAOUVTWMGZBe + mgzDl38q1a4oQkqPvNE1SIjTTCih5PZ64w6Rfo/HoVsWLGaNiEwYrwY9JfdQTdBuKl/2 + Ra3EidgZjcRLYXB5OB4YATey+uShc22UX5Pn5y6SeL4s1wrvWxrhtlDg2eiV2Oa7Uk36 + BVli+IVpaY+oyaSBkcWt2p2EhdyPmgwj2B4o8kMbmi7mv6gNqvcoitJ2H3tfvycJd+id + T9XHlhqdxgSZRAIqb1FWRTL9yuDlfNpLEb8qLeQGHbm9RNVOZKjTv6O7nfgnUerehSed + Xk+A== +X-Received: by 10.112.142.225 with SMTP id rz1mr875084lbb.104.1364809445800; + Mon, 01 Apr 2013 02:44:05 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi. + [80.223.81.27]) + by mx.google.com with ESMTPS id i3sm5207601lbn.0.2013.04.01.02.44.03 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 01 Apr 2013 02:44:04 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH 0/3] nmbug-status: add support for querying the search views +Date: Mon, 1 Apr 2013 12:43:59 +0300 +Message-Id: +X-Mailer: git-send-email 1.7.10.4 +X-Gm-Message-State: + ALoCoQnx8vFXZJ9vbvJbkL5awljTTwrPROk1vufLGvGUmN9P/qCoKRDkGmCj7JtUKzgCyErp540s +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 09:44:09 -0000 + +These should be helpful in a devel script that I've been hacking. It's +surprisingly painful to try to read json from shell scripts. + +Cheers, +Jani. + + +Jani Nikula (3): + nmbug-status: simplify config file read from nmbug git + nmbug-status: add support for querying the search views + nmbug-status: only import notmuch when needed + + devel/nmbug/nmbug-status | 30 ++++++++++++++++++------------ + 1 file changed, 18 insertions(+), 12 deletions(-) + +-- +1.7.10.4 + -- 2.26.2