From bc20c52c476dc4af56d9a782f6689fab503acc64 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sun, 26 May 2013 11:45:54 +0300 Subject: [PATCH] [PATCH v2 4/4] NEWS: added information about new --stderr=FILE global option --- df/0550c1303b5703a3dd048bbd0780cdf734716e | 69 +++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 df/0550c1303b5703a3dd048bbd0780cdf734716e diff --git a/df/0550c1303b5703a3dd048bbd0780cdf734716e b/df/0550c1303b5703a3dd048bbd0780cdf734716e new file mode 100644 index 000000000..b0f7e5f66 --- /dev/null +++ b/df/0550c1303b5703a3dd048bbd0780cdf734716e @@ -0,0 +1,69 @@ +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 1E0D4431E62 + for ; Sun, 26 May 2013 01:46:15 -0700 (PDT) +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 V8WArlaZnUl6 for ; + Sun, 26 May 2013 01:46:11 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 762DF431FBF + for ; Sun, 26 May 2013 01:46:02 -0700 (PDT) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id 1F8491002C8; Sun, 26 May 2013 11:46:00 +0300 (EEST) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Subject: [PATCH v2 4/4] NEWS: added information about new --stderr=FILE global + option +Date: Sun, 26 May 2013 11:45:54 +0300 +Message-Id: <1369557954-13439-5-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: Sun, 26 May 2013 08:46:15 -0000 + +--- + NEWS | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/NEWS b/NEWS +index 8545913..c04f6bb 100644 +--- a/NEWS ++++ b/NEWS +@@ -18,6 +18,12 @@ Bash command-line completion + `notmuch config`. The new completion support depends on the + bash-completion package. + ++New global option `--stderr=FILE` ++ ++ With this option all writes to stderr are redirected to the ++ specified file. If file name is a plain '-', stderr is written ++ to stdout. ++ + Vim Front-End + ------------- + +-- +1.8.0 + -- 2.26.2