Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 46 / 1ced213028023c028c341bdba6a2a0f02f988a
1 Return-Path: <wking@tremily.us>\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 70ED46DE1A2B\r
6  for <notmuch@notmuchmail.org>; Wed, 30 Dec 2015 13:06:25 -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.04\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.04 tagged_above=-999 required=5 tests=[AWL=0.041,\r
12  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001,\r
13  SPF_PASS=-0.001] autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id BPAHv9UtV1_h for <notmuch@notmuchmail.org>;\r
17  Wed, 30 Dec 2015 13:06:23 -0800 (PST)\r
18 Received: from resqmta-po-12v.sys.comcast.net (resqmta-po-12v.sys.comcast.net\r
19  [96.114.154.171])\r
20  by arlo.cworth.org (Postfix) with ESMTPS id F29EC6DE1A5C\r
21  for <notmuch@notmuchmail.org>; Wed, 30 Dec 2015 13:06:21 -0800 (PST)\r
22 Received: from resomta-po-16v.sys.comcast.net ([96.114.154.240])\r
23  by resqmta-po-12v.sys.comcast.net with comcast\r
24  id zx651r0065BUCh401x6MiJ; Wed, 30 Dec 2015 21:06:21 +0000\r
25 Received: from mail.tremily.us ([73.221.72.168])\r
26  by resomta-po-16v.sys.comcast.net with comcast\r
27  id zx4K1r00G3dr3C901x4Low; Wed, 30 Dec 2015 21:04:21 +0000\r
28 Received: from ullr.tremily.us (unknown [192.168.10.7])\r
29  by mail.tremily.us (Postfix) with ESMTPS id 4B22B1B2C6BA;\r
30  Wed, 30 Dec 2015 13:04:18 -0800 (PST)\r
31 Received: (nullmailer pid 25453 invoked by uid 1000);\r
32  Wed, 30 Dec 2015 21:04:25 -0000\r
33 From: "W. Trevor King" <wking@tremily.us>\r
34 To: notmuch@notmuchmail.org\r
35 Cc: David Bremner <david@tethera.net>,\r
36  Tomi Ollila <tomi.ollila@iki.fi>, Jani Nikula <jani@nikula.org>,\r
37  Carl Worth <cworth@cworth.org>, "W. Trevor King" <wking@tremily.us>\r
38 Subject: [PATCH 0/2] nmbug-status: h1 title and unbalanced <p> fixups to\r
39  default templates\r
40 Date: Wed, 30 Dec 2015 13:04:11 -0800\r
41 Message-Id: <cover.1451509249.git.wking@tremily.us>\r
42 X-Mailer: git-send-email 2.1.0.60.g85f0837\r
43 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
44  s=q20140121; t=1451509581;\r
45  bh=tXi+bCHT7BGec0rR4A+xgwcoRIXO9YEf7ZwGeUd/6Pk=;\r
46  h=Received:Received:Received:Received:From:To:Subject:Date:\r
47  Message-Id;\r
48  b=CISyTezdwib9iiWBgAUSyhzj6ZAbT/HmxRSlf2o6mgsyLi7jNo2ltr1sfFtcLuVR1\r
49  FDxsQQyCl/VfDViWy/Y09bsev++Ku2cUPFBcR4fkOAbjrI81Vluf8tv2WKv34Pvdwh\r
50  99mk2/32M1cjumX0jFCjx3yyVpdU1ClBsd3KePNZDCm4njCoMxlhsc//7G/8OTa02g\r
51  Y9YNeuK0gpIt8h87QEm/X5tpj9+SLgq7VxyuSsB4ovjO3BYhJDicEPTQa3ng7xwLTy\r
52  kw5GbN4Wzg586XymxAU5jBgIcpVy4VNnzEC0bEet82yXaM2tMVmjgdlSceW+6/k7pk\r
53  u2JkAhA17QFVw==\r
54 X-BeenThere: notmuch@notmuchmail.org\r
55 X-Mailman-Version: 2.1.20\r
56 Precedence: list\r
57 List-Id: "Use and development of the notmuch mail system."\r
58  <notmuch.notmuchmail.org>\r
59 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
60  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
61 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
62 List-Post: <mailto:notmuch@notmuchmail.org>\r
63 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
64 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
65  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
66 X-List-Received-Date: Wed, 30 Dec 2015 21:06:25 -0000\r
67 \r
68 Polishing the templates a bit.  Details in the individual patches.\r
69 \r
70 Cheers,\r
71 Trevor\r
72 \r
73 W. Trevor King (2):\r
74   nmbug-status: Adjust headers to start with h1\r
75   nmbug-status: Fix unbalanced <p> tags in default header/footer\r
76 \r
77  devel/nmbug/nmbug-status | 7 ++++---\r
78  1 file changed, 4 insertions(+), 3 deletions(-)\r
79 \r
80 -- \r
81 2.1.0.60.g85f0837\r
82 \r