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 DB9C6431FBC for ; Mon, 3 Mar 2014 04:53:06 -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 5-d8RBr+fEE7 for ; Mon, 3 Mar 2014 04:53:02 -0800 (PST) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 4B9C9431FC4 for ; Mon, 3 Mar 2014 04:52:56 -0800 (PST) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1WKSMV-0008JD-Gf; Mon, 03 Mar 2014 08:52:51 -0400 Received: (nullmailer pid 29632 invoked by uid 1000); Mon, 03 Mar 2014 12:52:41 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH 3/3] NEWS: note closing of id:87ty19pi85.fsf@zancas.localnet Date: Mon, 3 Mar 2014 08:52:39 -0400 Message-Id: <1393851159-29456-4-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1393851159-29456-1-git-send-email-david@tethera.net> References: <1393849753-20678-1-git-send-email-david@tethera.net> <1393851159-29456-1-git-send-email-david@tethera.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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, 03 Mar 2014 12:53:07 -0000 Also close the original debian bug. --- NEWS | 4 ++++ debian/changelog | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 799fd9a..d4f4ea4 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,10 @@ Command-Line Interface The old format is still available with `--format=sup`. +`notmuch new` has a --quiet option + + This option suppresses the progress and summary reports. + Emacs Interface --------------- diff --git a/debian/changelog b/debian/changelog index b205c8f..057e613 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ notmuch (0.18-1) unstable; urgency=medium thanks to Antoine Beaupré (Closes: #737496). * Bug fix: "notmuch(1) manpage: typo: int -> in", thanks to Jakub Wilk (Closes: #739556). + * Bug fix: "get a quiet option", thanks to Joerg Jaspert (Closes: + #666027). - -- David Bremner Mon, 03 Mar 2014 08:35:46 -0400 + -- David Bremner Mon, 03 Mar 2014 08:43:03 -0400 notmuch (0.17-5) unstable; urgency=medium -- 1.8.5.3