Missing headers when forwarding html message as RFC822
[notmuch-archives.git] / 5d / 12dfadde650bd1c34804b5623de20de0705de0
1 Return-Path: <dme@dme.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 149B9429E26\r
6         for <notmuch@notmuchmail.org>; Tue, 10 Jan 2012 08:18:31 -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 sM6m5a1HmC-t for <notmuch@notmuchmail.org>;\r
16         Tue, 10 Jan 2012 08:18:30 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 65437431FB6\r
21         for <notmuch@notmuchmail.org>; Tue, 10 Jan 2012 08:18:30 -0800 (PST)\r
22 Received: by werm12 with SMTP id m12so4350509wer.26\r
23         for <notmuch@notmuchmail.org>; Tue, 10 Jan 2012 08:18:29 -0800 (PST)\r
24 Received: by 10.180.86.5 with SMTP id l5mr13123535wiz.17.1326212309246;\r
25         Tue, 10 Jan 2012 08:18:29 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id\r
29         g12sm106132926wiw.10.2012.01.10.08.18.27\r
30         (version=TLSv1/SSLv3 cipher=OTHER);\r
31         Tue, 10 Jan 2012 08:18:28 -0800 (PST)\r
32 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
33         id D7AD39FE69; Tue, 10 Jan 2012 16:18:25 +0000 (GMT)\r
34 To: Austin Clements <amdragon@MIT.EDU>\r
35 Subject: Re: [PATCH] emacs: Improve `notmuch-hello' display on ttys.\r
36 In-Reply-To: <20120110160502.GN20796@mit.edu>\r
37 References: <1326190528-3548-1-git-send-email-dme@dme.org>\r
38         <20120110153650.GM20796@mit.edu>\r
39         <cunlipfo8yp.fsf@hotblack-desiato.hh.sledj.net>\r
40         <20120110160502.GN20796@mit.edu>\r
41 User-Agent: Notmuch/0.10.2+186~gd0f7804 (http://notmuchmail.org)\r
42         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
43 From: David Edmondson <dme@dme.org>\r
44 Date: Tue, 10 Jan 2012 16:18:21 +0000\r
45 Message-ID: <cunipkjo7jm.fsf@hotblack-desiato.hh.sledj.net>\r
46 MIME-Version: 1.0\r
47 Content-Type: multipart/signed; boundary="=-=-=";\r
48         micalg=pgp-sha1; protocol="application/pgp-signature"\r
49 Cc: notmuch@notmuchmail.org\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Tue, 10 Jan 2012 16:18:31 -0000\r
63 \r
64 --=-=-=\r
65 Content-Type: text/plain\r
66 Content-Transfer-Encoding: quoted-printable\r
67 \r
68 On Tue, 10 Jan 2012 11:05:02 -0500, Austin Clements <amdragon@MIT.EDU> wrot=\r
69 e:\r
70 > > > Is it possible for a tag in the last column to be just long enough to\r
71 > > > make the line still wrap?  Somehow my current tag set doesn't trigger\r
72 > > > this bug, so I can't test this case (and I admit I can't follow\r
73 > > > notmuch-hello-insert-tags well enough to reason this out).\r
74 > >=20\r
75 > > With a sufficiently narrow window it's always possible to generate wrap,\r
76 > > of course. I couldn't make it happen for any window width that seemed\r
77 > > reasonable.\r
78 >=20\r
79 > I should have specified more than one column.  Clearly if you're down\r
80 > to one column it's always possible to wrap, but if you have more than\r
81 > one, does the code always reduce the number of columns in preference\r
82 > to allowing a particularly long tag name to wrap a line?\r
83 \r
84 It's supposed to do that.\r
85 \r
86 I have a vague recollection that someone reported a bug where\r
87 `(window-width)' was not the right value to use if `line-number-mode' is\r
88 enabled, but I can't find it again now. (Someone should build an email\r
89 client that allows easy searching.)\r
90 \r
91 --=-=-=\r
92 Content-Type: application/pgp-signature\r
93 \r
94 -----BEGIN PGP SIGNATURE-----\r
95 Version: GnuPG v1.4.11 (GNU/Linux)\r
96 \r
97 iEYEARECAAYFAk8MZM0ACgkQaezQq/BJZRaOOgCghuN9VMeFadMWWSIPFF0kn21H\r
98 1gQAoIkDwqbRsVpcwxpmJr+4y0/LhILZ\r
99 =Qnj8\r
100 -----END PGP SIGNATURE-----\r
101 --=-=-=--\r