[PATCH v2 4b/4] NEWS: added information about new --stderr=FILE top level option
[notmuch-archives.git] / 1b / ff5a836d88aadb32e8aaa4514c67d3c9aad1de
1 Return-Path: <too@guru-group.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id A8000431FAF\r
6         for <notmuch@notmuchmail.org>; Mon, 27 May 2013 12:29:35 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.167\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.167 tagged_above=-999 required=5\r
12         tests=[INVALID_MSGID=1.167] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id FXemADWbFwH3 for <notmuch@notmuchmail.org>;\r
16         Mon, 27 May 2013 12:29:29 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 62374431FAE\r
19         for <notmuch@notmuchmail.org>; Mon, 27 May 2013 12:29:29 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 1786B10014D; Mon, 27 May 2013 22:29:24 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH v2 4b/4] NEWS: added information about new --stderr=FILE top\r
25         level option\r
26 Date: Mon, 27 May 2013 22:29:22 +0300\r
27 Message-Id: 1369557954-13439-5b-git-send-email-tomi.ollila@iki.fi\r
28 X-Mailer: git-send-email 1.8.0\r
29 In-Reply-To: <1369557954-13439-1-git-send-email-tomi.ollila@iki.fi>\r
30 References: <1369557954-13439-1-git-send-email-tomi.ollila@iki.fi>\r
31 Cc: tomi.ollila@iki.fi\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.13\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Mon, 27 May 2013 19:29:35 -0000\r
45 \r
46 ---\r
47  NEWS | 6 ++++++\r
48  1 file changed, 6 insertions(+)\r
49 \r
50 diff --git a/NEWS b/NEWS\r
51 index a7f2ec6..990b038 100644\r
52 --- a/NEWS\r
53 +++ b/NEWS\r
54 @@ -35,6 +35,12 @@ Top level option to specify configuration file\r
55    It's now possible to specify the configuration file to use on the\r
56    command line using the `notmuch --config=FILE` option.\r
57  \r
58 +Top level option to redirect writes to stderr\r
59 +\r
60 +  With `notmuch --stderr=FILE` all writes to stderr are redirected to\r
61 +  the specified file. If the file name is a plain '-', stderr is\r
62 +  written to stdout.\r
63 +\r
64  Deprecated commands "part" and "search-tags" are removed.\r
65  \r
66  Bash command-line completion\r
67 -- \r
68 1.8.1.4\r
69 \r