Re: [PATCH] doc: Allow rst2man.py as an alternative to rst2man
[notmuch-archives.git] / 9c / 2e3dab3b79e33c86f482812b4bf0e0cc3ecd59
1 Return-Path: <pieter@praet.org>\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 5B69C431FAE\r
6         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 13: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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 ZpmRmlFLXwzy for <notmuch@notmuchmail.org>;\r
16         Thu, 19 Jan 2012 13:16:48 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  AA8F3431FAF    for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 13:16:48 -0800\r
21  (PST)\r
22 Received: by mail-ww0-f45.google.com with SMTP id dt12so395549wgb.2\r
23         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 13:16:48 -0800 (PST)\r
24 Received: by 10.180.19.130 with SMTP id f2mr41911634wie.12.1327007808432;\r
25         Thu, 19 Jan 2012 13:16:48 -0800 (PST)\r
26 Received: from localhost ([109.131.97.13])\r
27         by mx.google.com with ESMTPS id q7sm30179530wix.5.2012.01.19.13.16.47\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Thu, 19 Jan 2012 13:16:47 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org\r
32 Subject: Re: [PATCH] config: Better formatting for search section comment\r
33 In-Reply-To: <1326920205-31296-1-git-send-email-amdragon@mit.edu>\r
34 References: <1326920205-31296-1-git-send-email-amdragon@mit.edu>\r
35 User-Agent: Notmuch/0.11+99~gab86e73 (http://notmuchmail.org) Emacs/23.3.1\r
36         (x86_64-unknown-linux-gnu)\r
37 Date: Thu, 19 Jan 2012 22:15:02 +0100\r
38 Message-ID: <878vl3o0mh.fsf@praet.org>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Thu, 19 Jan 2012 21:16:49 -0000\r
54 \r
55 On Wed, 18 Jan 2012 15:56:45 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
56 > Since "auto_exclude_tags" is long and its description is multi-line,\r
57 > start the description on the next line and indent it consistently.\r
58 > ---\r
59 >  notmuch-config.c |    7 ++++---\r
60 >  1 files changed, 4 insertions(+), 3 deletions(-)\r
61\r
62 > diff --git a/notmuch-config.c b/notmuch-config.c\r
63 > index 3d4d5b9..8dcfe86 100644\r
64 > --- a/notmuch-config.c\r
65 > +++ b/notmuch-config.c\r
66 > @@ -89,9 +89,10 @@ static const char search_config_comment[] =\r
67 >      "\n"\r
68 >      " The following option is supported here:\n"\r
69 >      "\n"\r
70 > -    "\tauto_exclude_tags      A ;-separated list of tags that will be\n"\r
71 > -    "\t excluded from search results by default.  Using an excluded tag\n"\r
72 > -    "\t in a query will override that exclusion.\n";\r
73 > +    "\tauto_exclude_tags\n"\r
74 > +    "\t\tA ;-separated list of tags that will be excluded from\n"\r
75 > +    "\t\tsearch results by default.  Using an excluded tag in a\n"\r
76 > +    "\t\tquery will override that exclusion.\n";\r
77 >  \r
78 >  struct _notmuch_config {\r
79 >      char *filename;\r
80 > -- \r
81 > 1.7.7.3\r
82\r
83 > _______________________________________________\r
84 > notmuch mailing list\r
85 > notmuch@notmuchmail.org\r
86 > http://notmuchmail.org/mailman/listinfo/notmuch\r
87 \r
88 +1\r
89 \r
90 \r
91 Peace\r
92 \r
93 -- \r
94 Pieter\r