Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / df / 0550c1303b5703a3dd048bbd0780cdf734716e
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 1E0D4431E62\r
6         for <notmuch@notmuchmail.org>; Sun, 26 May 2013 01:46:15 -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 V8WArlaZnUl6 for <notmuch@notmuchmail.org>;\r
16         Sun, 26 May 2013 01:46:11 -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 762DF431FBF\r
19         for <notmuch@notmuchmail.org>; Sun, 26 May 2013 01:46:02 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 1F8491002C8; Sun, 26 May 2013 11:46:00 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH v2 4/4] NEWS: added information about new --stderr=FILE global\r
25         option\r
26 Date: Sun, 26 May 2013 11:45:54 +0300\r
27 Message-Id: <1369557954-13439-5-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: Sun, 26 May 2013 08:46:15 -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 8545913..c04f6bb 100644\r
52 --- a/NEWS\r
53 +++ b/NEWS\r
54 @@ -18,6 +18,12 @@ Bash command-line completion\r
55    `notmuch config`. The new completion support depends on the\r
56    bash-completion package.\r
57  \r
58 +New global option `--stderr=FILE`\r
59 +\r
60 +  With this option all writes to stderr are redirected to the\r
61 +  specified file. If file name is a plain '-', stderr is written\r
62 +  to stdout.\r
63 +\r
64  Vim Front-End\r
65  -------------\r
66  \r
67 -- \r
68 1.8.0\r
69 \r