From: Jani Nikula Date: Wed, 23 Apr 2014 07:17:24 +0000 (+0200) Subject: Re: Thanks for the nmbug-status program X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b04049c3dd9f61194b156edc0abaa2c25856170b;p=notmuch-archives.git Re: Thanks for the nmbug-status program --- diff --git a/ad/18b2022205ce5f0b2b9ad34684cd52392a6b92 b/ad/18b2022205ce5f0b2b9ad34684cd52392a6b92 new file mode 100644 index 000000000..cf4019e5e --- /dev/null +++ b/ad/18b2022205ce5f0b2b9ad34684cd52392a6b92 @@ -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 1D3C3431FBF + for ; Wed, 23 Apr 2014 00:17:31 -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 Y-Qs-XSgvtUW for ; + Wed, 23 Apr 2014 00:17:23 -0700 (PDT) +Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com + [74.125.82.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 6E128431FBD for ; Wed, 23 Apr 2014 00:17:23 -0700 + (PDT) +Received: by mail-wg0-f52.google.com with SMTP id k14so441411wgh.11 + for ; Wed, 23 Apr 2014 00:17:22 -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:cc:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=2+wKVhFhMz6BbfR1YhndxcMFsVzgqFiEfxraDvie0yU=; + b=XRuFEzekMC0R/e1BfyE8YQcR3b6wKLUUYecrB3Mc+MOEFVE7rAXlhYRBB6+dbxKIcZ + Y8odi0i3ol2H48+OiqYNd1rL7vO5tdKaGPW1HmNTvikFLmmwqa/XuGzooJTvX8Lo98pV + fzHKJb5p6m9KLPeInVX6mpgVKeK7pQB+sER3FaoJJai+iElitu0rwcY0ZO5M5wveHy1j + GywI96PM0QheklSRL0bDWy2SJAoQ/OjeE4eP2kphYhOOPk7YmsFf0AddsNV7vTPO4RN5 + As1XlGVDgXkhJHMAn8C7NJju9fgUhDhUuBRgfdn/rXly2Fq4FPLoaHqh/Cj5cZka1XOB + 7vTQ== +X-Gm-Message-State: + ALoCoQn9pgIfU2u9I1ZCFZELqwJ4e79wjciS60ltqMwcaDy5Lty4sYiDYO3DZN2vB+RJHAlI/Mjr +X-Received: by 10.180.100.129 with SMTP id ey1mr474364wib.60.1398237440871; + Wed, 23 Apr 2014 00:17:20 -0700 (PDT) +Received: from localhost ([2001:4b98:dc0:43:216:3eff:fe1b:25f3]) + by mx.google.com with ESMTPSA id cv4sm187118wjc.34.2014.04.23.00.17.19 + for + (version=TLSv1.1 cipher=RC4-SHA bits=128/128); + Wed, 23 Apr 2014 00:17:20 -0700 (PDT) +From: Jani Nikula +To: "W. Trevor King" , Carl Worth +Subject: Re: Thanks for the nmbug-status program +In-Reply-To: <20140423001824.GM9243@odin.tremily.us> +References: <87eh0prrup.fsf@yoom.home.cworth.org> + <20140422213442.GI9243@odin.tremily.us> + <8761m1rmtp.fsf@yoom.home.cworth.org> + <20140423001824.GM9243@odin.tremily.us> +User-Agent: Notmuch/0.17+169~gc6603f6 (http://notmuchmail.org) Emacs/23.2.1 + (x86_64-pc-linux-gnu) +Date: Wed, 23 Apr 2014 09:17:24 +0200 +Message-ID: <877g6g7bwb.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Cc: Notmuch List +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: Wed, 23 Apr 2014 07:17:31 -0000 + +On Wed, 23 Apr 2014, "W. Trevor King" wrote: +> * f55ff7e Drop the --get-query option +> +> I'd like to keep the in-Git config, so I'm -1 here. + +FWIW I added the --get-query option as a convenience for accessing the +queries from a nmbug companion shell script (which isn't in the notmuch +repo though). Without it, one needs to duplicate the code digging the +config from the nmbug repo and parsing the json (which includes the json +"schema"). Doing that basically leads to a python snippet that is a +subset of what nmbug-status already does. + +BR, +Jani.