From: Tomi Ollila Date: Sun, 16 Dec 2012 04:03:32 +0000 (+0200) Subject: Re: [PATCH 0/7] Structed output versioning support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b728de05130bb93df754a39177e4ebedf3763430;p=notmuch-archives.git Re: [PATCH 0/7] Structed output versioning support --- diff --git a/0d/8b2995c47579656a44e1ac4894313825b28b78 b/0d/8b2995c47579656a44e1ac4894313825b28b78 new file mode 100644 index 000000000..a6db53556 --- /dev/null +++ b/0d/8b2995c47579656a44e1ac4894313825b28b78 @@ -0,0 +1,67 @@ +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 A3391431FBC + for ; Sat, 15 Dec 2012 20:03:39 -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 rlALVwIlzZrB for ; + Sat, 15 Dec 2012 20:03:37 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id AE78D431FB6 + for ; Sat, 15 Dec 2012 20:03:37 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 6BE65100094; + Sun, 16 Dec 2012 06:03:32 +0200 (EET) +From: Tomi Ollila +To: Austin Clements , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/7] Structed output versioning support +In-Reply-To: <1355627849-29099-1-git-send-email-amdragon@mit.edu> +References: <1355627849-29099-1-git-send-email-amdragon@mit.edu> +User-Agent: Notmuch/0.14+116~g29fcdb5 (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +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, 16 Dec 2012 04:03:39 -0000 + +On Sun, Dec 16 2012, Austin Clements wrote: + +> This series obsoletes [0] and must be applied on top of the Emacs CLI +> error handling series [1]. This is much simpler than the original +> series because it no longer includes the Emacs CLI error handling. +> This also switches to a CLI-wide minimum version instead of a +> per-command version, prints a warning if an old but still supported +> version is requested to ease client maintenance, and renames +> --use-schema to --format-version (which parallels --format better and +> simplifies error text). + +LGTM. + +> [0] id:1354416002-3557-1-git-send-email-amdragon@mit.edu +> [1] id:1355601860-30121-1-git-send-email-amdragon@mit.edu + +Tomi