database error
[notmuch-archives.git] / db / 55a132af0757ad5524c7c25b536b216a0c6ddf
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 67E34431FAE\r
6         for <notmuch@notmuchmail.org>; Tue, 28 May 2013 11:39:13 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 6SZdfz5Zotz2 for <notmuch@notmuchmail.org>;\r
16         Tue, 28 May 2013 11:39:08 -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 F284F431FC0\r
19         for <notmuch@notmuchmail.org>; Tue, 28 May 2013 11:39:02 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 5A97E1002C8; Tue, 28 May 2013 21:39:02 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH v3 4/4] NEWS: added information about new --stderr=FILE top\r
25         level option\r
26 Date: Tue, 28 May 2013 21:38:55 +0300\r
27 Message-Id: <1369766335-26733-5-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 1.8.0\r
29 In-Reply-To: <1369766335-26733-1-git-send-email-tomi.ollila@iki.fi>\r
30 References: <1369766335-26733-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: Tue, 28 May 2013 18:39:13 -0000\r
45 \r
46 ---\r
47  NEWS | 5 +++++\r
48  1 file changed, 5 insertions(+)\r
49 \r
50 diff --git a/NEWS b/NEWS\r
51 index a7f2ec6..80abd97 100644\r
52 --- a/NEWS\r
53 +++ b/NEWS\r
54 @@ -35,6 +35,11 @@ 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 FILE is '-', stderr is redirected to stdout.\r
62 +\r
63  Deprecated commands "part" and "search-tags" are removed.\r
64  \r
65  Bash command-line completion\r
66 -- \r
67 1.8.1.4\r
68 \r