Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 9a / 8230ecee9da23ffd706229f4e4c68c1d17a346
1 Return-Path: <matt@bubblegen.co.uk>\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 791736DE00C8\r
6  for <notmuch@notmuchmail.org>; Fri, 22 Jul 2016 09:43:07 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.72\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.72 tagged_above=-999 required=5\r
12  tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01,\r
13  RCVD_IN_MSPIKE_WL=-0.01] 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 iIuWKrZ0rlan for <notmuch@notmuchmail.org>;\r
17  Fri, 22 Jul 2016 09:42:58 -0700 (PDT)\r
18 X-Greylist: delayed 456 seconds by postgrey-1.35 at arlo;\r
19  Fri, 22 Jul 2016 09:42:57 PDT\r
20 Received: from avasout07.plus.net (avasout07.plus.net [84.93.230.235])\r
21  by arlo.cworth.org (Postfix) with ESMTPS id F40C96DE014D\r
22  for <notmuch@notmuchmail.org>; Fri, 22 Jul 2016 09:42:57 -0700 (PDT)\r
23 Received: from webmail04.plus.net ([84.93.228.66]) by avasout07 with smtp\r
24  id MsbG1t0041SbfYc01sbGgN; Fri, 22 Jul 2016 17:35:18 +0100\r
25 X-CM-Score: 0.00\r
26 X-CNFS-Analysis: v=2.2 cv=UYYTc+aN c=1 sm=1 tr=0\r
27  a=C5+YawzV8SR07mwocaP9vA==:117 a=6WEHsjNRvCJYAr8w9WnCiA==:17\r
28  a=8nJEP1OIZ-IA:10 a=cAmyUtKerLwA:10 a=ZVOVO-DVNUd7ffEV85UA:9\r
29 Received: from localhost ([127.0.0.1] helo=webmail.plus.net)\r
30  by webmail04.plus.net with esmtp (Exim 4.76)\r
31  (envelope-from <matt@bubblegen.co.uk>) id 1bQdPw-0003eu-BR\r
32  for notmuch@notmuchmail.org; Fri, 22 Jul 2016 17:35:16 +0100\r
33 Received: from 80.82.130.242 (SquirrelMail authenticated user bubblegen+matt)\r
34  by webmail.plus.net with HTTP; Fri, 22 Jul 2016 17:35:16 +0100\r
35 Message-ID: <5cd7f16b6435bf40b67862e29e1a516e.squirrel@webmail.plus.net>\r
36 Date: Fri, 22 Jul 2016 17:35:16 +0100\r
37 Subject: Missing headers when forwarding html message as RFC822\r
38 From: "Matthew Lear" <matt@bubblegen.co.uk>\r
39 To: notmuch@notmuchmail.org\r
40 Reply-To: matt@bubblegen.co.uk\r
41 User-Agent: SquirrelMail\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain;charset=iso-8859-1\r
44 Content-Transfer-Encoding: 8bit\r
45 X-Priority: 3 (Normal)\r
46 Importance: Normal\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.20\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51  <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
53  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
58  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Fri, 22 Jul 2016 16:43:07 -0000\r
60 \r
61 Hi,\r
62 \r
63 With notmuch built from very recent git (sha 3a45d29) it would seem that\r
64 when forwarding an HTML only message as RFC822, once received, the message\r
65 does not have any headers and notmuch-show merely displays 'Date: Thu, 01\r
66 Jan 1970 00:00:00 +0000'. I've stripped my .emacs back to a bare minimum\r
67 configuration and the behaviour is the same.\r
68 \r
69 With a message (incidentally sent by MS Outlook) that contains the\r
70 following parts:\r
71 \r
72 [ multipart/related ]\r
73 [ text/html ]\r
74 \r
75 Once forwarded as RFC822 by notmuch and received, it is displayed by\r
76 notmuch-show as:\r
77 \r
78 [ message/rfc822 ]\r
79 Date: Thu, 01 Jan 1970 00:00:00 +0000\r
80 \r
81 [ multipart/mixed ]\r
82 [ multipart/related ]\r
83 [ text/html ]\r
84 \r
85 While with a message that contains the following parts:\r
86 \r
87 [ multipart/mixed ]\r
88 [ text/plain ]\r
89 \r
90 Once forwarded as RFC822 by notmuch and received, it is displayed by\r
91 notmuch-show as:\r
92 \r
93 [ message/rfc822 ]\r
94 From: xxxx\r
95 Subject: xxxx\r
96 To: xxxx\r
97 Date: Fri, 15 Jul 2016 17:48:17 +0000\r
98 \r
99 [ multipart/mixed ]\r
100 [ text/plain ]\r
101 \r
102 So the headers are missing in the first case. I'm sure this is a regression.\r
103 \r
104 Can anybody verify this?\r
105 Cheers,\r
106 --  Matt\r
107 \r
108 \r