Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / e0 / e0c435337b4a314f1acfeae089c31699b618f1
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 1AB15431FD9\r
6         for <notmuch@notmuchmail.org>; Sun, 26 May 2013 01:46:11 -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 VrHb1kzelIwL for <notmuch@notmuchmail.org>;\r
16         Sun, 26 May 2013 01:46:05 -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 7A7F2431FD0\r
19         for <notmuch@notmuchmail.org>; Sun, 26 May 2013 01:46:01 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 827891001EF; Sun, 26 May 2013 11:45:59 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH v2 3/4] man: documented --stderr=FILE in notmuch.1 manual page\r
25 Date: Sun, 26 May 2013 11:45:53 +0300\r
26 Message-Id: <1369557954-13439-4-git-send-email-tomi.ollila@iki.fi>\r
27 X-Mailer: git-send-email 1.8.0\r
28 In-Reply-To: <1369557954-13439-1-git-send-email-tomi.ollila@iki.fi>\r
29 References: <1369557954-13439-1-git-send-email-tomi.ollila@iki.fi>\r
30 Cc: tomi.ollila@iki.fi\r
31 X-BeenThere: notmuch@notmuchmail.org\r
32 X-Mailman-Version: 2.1.13\r
33 Precedence: list\r
34 List-Id: "Use and development of the notmuch mail system."\r
35         <notmuch.notmuchmail.org>\r
36 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
37         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
38 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
39 List-Post: <mailto:notmuch@notmuchmail.org>\r
40 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
41 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
43 X-List-Received-Date: Sun, 26 May 2013 08:46:11 -0000\r
44 \r
45 ---\r
46  man/man1/notmuch.1 | 7 +++++++\r
47  1 file changed, 7 insertions(+)\r
48 \r
49 diff --git a/man/man1/notmuch.1 b/man/man1/notmuch.1\r
50 index 033cc10..fbd575a 100644\r
51 --- a/man/man1/notmuch.1\r
52 +++ b/man/man1/notmuch.1\r
53 @@ -76,7 +76,14 @@ Print the installed version of notmuch, and exit.\r
54  \r
55  Specify the configuration file to use. This overrides any\r
56  configuration file specified by ${NOTMUCH_CONFIG}.\r
57 +.RE\r
58 +\r
59 +.RS 4\r
60 +.TP 4\r
61 +.B \-\-stderr=FILE\r
62  \r
63 +Redirect all writes to stderr to the specified file.\r
64 +If the file name is a plain '-', stderr is written to stdout.\r
65  .RE\r
66  \r
67  .SH COMMANDS\r
68 -- \r
69 1.8.0\r
70 \r