Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 1d / 83d6b036e1934c464d9fbb2bcdba7de361567d
1 Return-Path: <bremner@tethera.net>\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 E9D63431FCF\r
6         for <notmuch@notmuchmail.org>; Sat, 22 Feb 2014 16:16:49 -0800 (PST)\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 khCCRCQVOEQN for <notmuch@notmuchmail.org>;\r
16         Sat, 22 Feb 2014 16:16:45 -0800 (PST)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 3DBE6431FDB\r
21         for <notmuch@notmuchmail.org>; Sat, 22 Feb 2014 16:16:38 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tethera.net>)\r
24         id 1WHMkH-0003px-SA; Sat, 22 Feb 2014 20:16:37 -0400\r
25 Received: (nullmailer pid 19431 invoked by uid 1000); Sun, 23 Feb 2014\r
26         00:16:31 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [RFC Patch v3 3/3] doc: fix for conversion errors\r
30 Date: Sat, 22 Feb 2014 20:16:15 -0400\r
31 Message-Id: <1393114575-8756-4-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 1.8.5.3\r
33 In-Reply-To: <1393114575-8756-1-git-send-email-david@tethera.net>\r
34 References: <87fvo7btu8.fsf@qmul.ac.uk>\r
35         <1393114575-8756-1-git-send-email-david@tethera.net>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sun, 23 Feb 2014 00:16:50 -0000\r
49 \r
50 notmuch-show: For some reason a url got dropped.\r
51 \r
52 notmuch-compact: Probably my synopsis converter misses a case\r
53 ---\r
54  doc/man1/notmuch-compact.rst | 2 +-\r
55  doc/man1/notmuch-show.rst    | 4 +---\r
56  2 files changed, 2 insertions(+), 4 deletions(-)\r
57 \r
58 diff --git a/doc/man1/notmuch-compact.rst b/doc/man1/notmuch-compact.rst\r
59 index aeabd16..c149566 100644\r
60 --- a/doc/man1/notmuch-compact.rst\r
61 +++ b/doc/man1/notmuch-compact.rst\r
62 @@ -5,7 +5,7 @@ notmuch-compact\r
63  SYNOPSIS\r
64  ========\r
65  \r
66 -**notmuch** **compact** [--quiet] [--backup=]\r
67 +**notmuch** **compact** [--quiet] [--backup=<directory>]\r
68  \r
69  DESCRIPTION\r
70  ===========\r
71 diff --git a/doc/man1/notmuch-show.rst b/doc/man1/notmuch-show.rst\r
72 index 5d9837c..46e4c9b 100644\r
73 --- a/doc/man1/notmuch-show.rst\r
74 +++ b/doc/man1/notmuch-show.rst\r
75 @@ -73,9 +73,7 @@ Supported options for *show* include\r
76              '>' character added. This reversible escaping is termed\r
77              "mboxrd" format and described in detail here:\r
78  \r
79 -            ::\r
80 -\r
81 -\r
82 +           http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/mail-mbox-formats.html\r
83  \r
84          *raw* (default for a single part, see --part)\r
85              For a message or an attached message part, the original, raw\r
86 -- \r
87 1.8.5.3\r
88 \r