From 5bab137c5c99bc6987202a1e1dc7a62d10b4cf0b Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Fri, 23 Nov 2012 11:01:11 +0200 Subject: [PATCH] Re: [PATCH 2/3] cli: all search mode to include msg-ids with JSON output --- 16/2acd742916189d8bd34d1b115fb5b9ae9a4cb7 | 88 +++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 16/2acd742916189d8bd34d1b115fb5b9ae9a4cb7 diff --git a/16/2acd742916189d8bd34d1b115fb5b9ae9a4cb7 b/16/2acd742916189d8bd34d1b115fb5b9ae9a4cb7 new file mode 100644 index 000000000..f7841fb40 --- /dev/null +++ b/16/2acd742916189d8bd34d1b115fb5b9ae9a4cb7 @@ -0,0 +1,88 @@ +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 667B7431FBD + for ; Fri, 23 Nov 2012 01:01:19 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 G7Kdjktwivfl for ; + Fri, 23 Nov 2012 01:01:15 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 64C9A431FAF + for ; Fri, 23 Nov 2012 01:01:15 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 2353E10010B; + Fri, 23 Nov 2012 11:01:12 +0200 (EET) +From: Tomi Ollila +To: Jameson Graef Rollins , + Mark Walters , + notmuch@notmuchmail.org, "Austin Clements" +Subject: Re: [PATCH 2/3] cli: all search mode to include msg-ids with JSON + output +In-Reply-To: <87vccwye7w.fsf@servo.finestructure.net> +References: <1352487491-31512-1-git-send-email-markwalters1009@gmail.com> + <1352487491-31512-3-git-send-email-markwalters1009@gmail.com> + <87y5hty5q2.fsf@servo.finestructure.net> + <87pq35jus1.fsf@qmul.ac.uk> + <87vccwye7w.fsf@servo.finestructure.net> +User-Agent: Notmuch/0.14+84~g8a199bf (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +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: Fri, 23 Nov 2012 09:01:19 -0000 + +On Fri, Nov 23 2012, Jameson Graef Rollins wro= +te: + +> On Thu, Nov 22 2012, Mark Walters wrote: +>> On Thu, 22 Nov 2012, Jameson Graef Rollins = +wrote: +>>> On Fri, Nov 09 2012, Mark Walters wrote: +>>>> This adds a --output=3Dwith-ids option which gives similar output to t= +he +>>>> normal search summary output but with a list of message ids +>>>> too. Currently this is not implemented for text format. +>>> +>>> Hey, Mark. Very nit-picky comment here, but I'm not sure "with-ids" is +>>> an appropriate name for an output type. "with-ids" sounds like a +>>> modifier, as opposed to a output type unto itself. +>> +>> Yes that is true: I am very happy for any suggestions. Perhaps +>> summary-with-ids? +> +> "summary-with-ids" seems fine with me. This is something that will +> probably only be called by other programs, so having the name be longer +> seems fine with me. + +Or =E2=80=9Csummary-with-queries=E2=80=9D -- to take Austin's suggestion in= +to account ? + +> jamie. + +Tomi + -- 2.26.2