--- /dev/null
+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 9DF0E431FAE\r
+ for <notmuch@notmuchmail.org>; Tue, 28 May 2013 11:39:08 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+ 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 ywn+fbNHZnjx for <notmuch@notmuchmail.org>;\r
+ Tue, 28 May 2013 11:39:02 -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 5D90F431FAF\r
+ for <notmuch@notmuchmail.org>; Tue, 28 May 2013 11:39:02 -0700 (PDT)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+ id B90CA1001EF; Tue, 28 May 2013 21:39:01 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v3 3/4] man: documented --stderr=FILE in notmuch.1 manual page\r
+Date: Tue, 28 May 2013 21:38:54 +0300\r
+Message-Id: <1369766335-26733-4-git-send-email-tomi.ollila@iki.fi>\r
+X-Mailer: git-send-email 1.8.0\r
+In-Reply-To: <1369766335-26733-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <1369766335-26733-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: Tue, 28 May 2013 18:39:08 -0000\r
+\r
+---\r
+ man/man1/notmuch.1 | 7 +++++++\r
+ 1 file changed, 7 insertions(+)\r
+\r
+diff --git a/man/man1/notmuch.1 b/man/man1/notmuch.1\r
+index 033cc10..f5ca0ad 100644\r
+--- a/man/man1/notmuch.1\r
++++ b/man/man1/notmuch.1\r
+@@ -76,7 +76,14 @@ Print the installed version of notmuch, and exit.\r
+ \r
+ Specify the configuration file to use. This overrides any\r
+ configuration file specified by ${NOTMUCH_CONFIG}.\r
++.RE\r
++\r
++.RS 4\r
++.TP 4\r
++.B \-\-stderr=FILE\r
+ \r
++Redirect all writes to stderr to the specified file.\r
++If FILE is '-', stderr is redirected to stdout.\r
+ .RE\r
+ \r
+ .SH COMMANDS\r
+-- \r
+1.8.1.4\r
+\r