From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id A8000431FAF for ; Mon, 27 May 2013 12:29:35 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.167 X-Spam-Level: * X-Spam-Status: No, score=1.167 tagged_above=-999 required=5 tests=[INVALID_MSGID=1.167] 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 FXemADWbFwH3 for ; Mon, 27 May 2013 12:29:29 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 62374431FAE for ; Mon, 27 May 2013 12:29:29 -0700 (PDT) Received: by guru.guru-group.fi (Postfix, from userid 501) id 1786B10014D; Mon, 27 May 2013 22:29:24 +0300 (EEST) From: Tomi Ollila To: notmuch@notmuchmail.org Subject: [PATCH v2 4b/4] NEWS: added information about new --stderr=FILE top level option Date: Mon, 27 May 2013 22:29:22 +0300 Message-Id: 1369557954-13439-5b-git-send-email-tomi.ollila@iki.fi X-Mailer: git-send-email 1.8.0 In-Reply-To: <1369557954-13439-1-git-send-email-tomi.ollila@iki.fi> References: <1369557954-13439-1-git-send-email-tomi.ollila@iki.fi> 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, 27 May 2013 19:29:35 -0000 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index a7f2ec6..990b038 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,12 @@ Top level option to specify configuration file It's now possible to specify the configuration file to use on the command line using the `notmuch --config=FILE` option. +Top level option to redirect writes to stderr + + With `notmuch --stderr=FILE` all writes to stderr are redirected to + the specified file. If the file name is a plain '-', stderr is + written to stdout. + Deprecated commands "part" and "search-tags" are removed. Bash command-line completion -- 1.8.1.4