From f2218e2cb320df8f3d530dcfeb7322300c4ac430 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 15 Jan 2013 19:52:25 +2000 Subject: [PATCH] Re: [PATCH 1/1] cli: propagate batch tagging warnings to exit value --- c1/cc20f2fb8e38a748918a0521963e750601338c | 68 +++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 c1/cc20f2fb8e38a748918a0521963e750601338c diff --git a/c1/cc20f2fb8e38a748918a0521963e750601338c b/c1/cc20f2fb8e38a748918a0521963e750601338c new file mode 100644 index 000000000..94d2c7529 --- /dev/null +++ b/c1/cc20f2fb8e38a748918a0521963e750601338c @@ -0,0 +1,68 @@ +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 62F77431FAF + for ; Mon, 14 Jan 2013 15:52:41 -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 AQWK7niLs9G2 for ; + Mon, 14 Jan 2013 15:52:37 -0800 (PST) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 7FE88431FAE + for ; Mon, 14 Jan 2013 15:52:37 -0800 (PST) +Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net + ([156.34.82.78] helo=zancas.localnet) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) + (envelope-from ) + id 1TutpP-0005L5-Mh; Mon, 14 Jan 2013 19:52:33 -0400 +Received: from bremner by zancas.localnet with local (Exim 4.80) + (envelope-from ) + id 1TutpJ-0004dZ-WF; Mon, 14 Jan 2013 19:52:26 -0400 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/1] cli: propagate batch tagging warnings to exit value +In-Reply-To: <1357976414-7468-1-git-send-email-tomi.ollila@iki.fi> +References: <1357976414-7468-1-git-send-email-tomi.ollila@iki.fi> +User-Agent: Notmuch/0.14+257~ge43e0af (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Mon, 14 Jan 2013 19:52:25 -0400 +Message-ID: <87obgrpbk6.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-Spam_bar: - +Cc: tomi.ollila@iki.fi +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, 14 Jan 2013 23:52:41 -0000 + +Tomi Ollila writes: + +> In case last input for batch tagging was either invalid or skippable +> line, notmuch command exited with non-zero value. +> After this change if there is at least one invalid line, notmuch +> command will exit with non-zero value. Additionally, skipped lines +> (last or other) doesn't cause non-zero value to be returned. + +Pushed to releae and master. + +d -- 2.26.2