[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 57 / 8448a24a1950460b9ed477d92f0872abf24b90
1 Return-Path: <david@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 arlo.cworth.org (Postfix) with ESMTP id 5F6576DE0C81\r
6  for <notmuch@notmuchmail.org>; Thu,  7 Jan 2016 05:21:07 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.31\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.31 tagged_above=-999 required=5 tests=[AWL=0.241, \r
12  RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id 14Dt1nCzJUlI for <notmuch@notmuchmail.org>;\r
16  Thu,  7 Jan 2016 05:21:04 -0800 (PST)\r
17 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id B90DD6DE0C4A\r
19  for <notmuch@notmuchmail.org>; Thu,  7 Jan 2016 05:21:04 -0800 (PST)\r
20 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1aHAUm-0004Dw-Ra; Thu, 07 Jan 2016 08:20:52 -0500\r
23 Received: (nullmailer pid 15838 invoked by uid 1000);\r
24  Thu, 07 Jan 2016 13:20:59 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: "W. Trevor King" <wking@tremily.us>, notmuch@notmuchmail.org\r
27 Subject: Re: [PATCH 1/2] nmbug-status: Adjust headers to start with h1\r
28 In-Reply-To:\r
29  <4691cbb60322873d2a068ed991cde940d090492a.1451509249.git.wking@tremily.us>\r
30 References: <cover.1451509249.git.wking@tremily.us>\r
31  <4691cbb60322873d2a068ed991cde940d090492a.1451509249.git.wking@tremily.us>\r
32 User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1\r
33  (x86_64-pc-linux-gnu)\r
34 Date: Thu, 07 Jan 2016 09:20:59 -0400\r
35 Message-ID: <87k2nl8r0k.fsf@zancas.localnet>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.20\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42  <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
49  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Thu, 07 Jan 2016 13:21:07 -0000\r
51 \r
52 "W. Trevor King" <wking@tremily.us> writes:\r
53 \r
54 > We've been leading off with h2s since 3e5fb88f (contrib/nmbug: add\r
55 > nmbug-status script, 2012-07-07), but the semantically-correct headers\r
56 > are:\r
57 >\r
58 >   <h1>{title}</h1>\r
59 >   ...\r
60 >   <h2>Views</h2>\r
61 >   ...\r
62 >   <h3>View 1</h3>\r
63 >   ...\r
64 >   <h3>View 2</h3>\r
65 >   ...\r
66 >\r
67 > We can always add additional CSS if the default h1 formatting is too\r
68 > intense.\r
69   \r
70 I'm pretty sure it will be, at least for me, since that's the reason I\r
71 did it this way in the first place. I'm (obviously) not a web person,\r
72 how about providing some CSS to roughly duplicate the current visuals?\r
73 \r
74 d\r
75 \r
76 \r