[PATCH v2 4b/4] NEWS: added information about new --stderr=FILE top level option
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 27 May 2013 19:29:22 +0000 (22:29 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:55:05 +0000 (09:55 -0800)
1b/ff5a836d88aadb32e8aaa4514c67d3c9aad1de [new file with mode: 0644]

diff --git a/1b/ff5a836d88aadb32e8aaa4514c67d3c9aad1de b/1b/ff5a836d88aadb32e8aaa4514c67d3c9aad1de
new file mode 100644 (file)
index 0000000..68901a2
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <too@guru-group.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id A8000431FAF\r
+       for <notmuch@notmuchmail.org>; Mon, 27 May 2013 12:29:35 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.167\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.167 tagged_above=-999 required=5\r
+       tests=[INVALID_MSGID=1.167] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id FXemADWbFwH3 for <notmuch@notmuchmail.org>;\r
+       Mon, 27 May 2013 12:29:29 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 62374431FAE\r
+       for <notmuch@notmuchmail.org>; Mon, 27 May 2013 12:29:29 -0700 (PDT)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id 1786B10014D; Mon, 27 May 2013 22:29:24 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2 4b/4] NEWS: added information about new --stderr=FILE top\r
+       level option\r
+Date: Mon, 27 May 2013 22:29:22 +0300\r
+Message-Id: 1369557954-13439-5b-git-send-email-tomi.ollila@iki.fi\r
+X-Mailer: git-send-email 1.8.0\r
+In-Reply-To: <1369557954-13439-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <1369557954-13439-1-git-send-email-tomi.ollila@iki.fi>\r
+Cc: tomi.ollila@iki.fi\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 27 May 2013 19:29:35 -0000\r
+\r
+---\r
+ NEWS | 6 ++++++\r
+ 1 file changed, 6 insertions(+)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index a7f2ec6..990b038 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -35,6 +35,12 @@ Top level option to specify configuration file\r
+   It's now possible to specify the configuration file to use on the\r
+   command line using the `notmuch --config=FILE` option.\r
\r
++Top level option to redirect writes to stderr\r
++\r
++  With `notmuch --stderr=FILE` all writes to stderr are redirected to\r
++  the specified file. If the file name is a plain '-', stderr is\r
++  written to stdout.\r
++\r
+ Deprecated commands "part" and "search-tags" are removed.\r
\r
+ Bash command-line completion\r
+-- \r
+1.8.1.4\r
+\r