Missing headers when forwarding html message as RFC822
authorMatthew Lear <matt@bubblegen.co.uk>
Fri, 22 Jul 2016 16:35:16 +0000 (17:35 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:22:15 +0000 (16:22 -0700)
9a/8230ecee9da23ffd706229f4e4c68c1d17a346 [new file with mode: 0644]

diff --git a/9a/8230ecee9da23ffd706229f4e4c68c1d17a346 b/9a/8230ecee9da23ffd706229f4e4c68c1d17a346
new file mode 100644 (file)
index 0000000..5a11a92
--- /dev/null
@@ -0,0 +1,108 @@
+Return-Path: <matt@bubblegen.co.uk>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 791736DE00C8\r
+ for <notmuch@notmuchmail.org>; Fri, 22 Jul 2016 09:43:07 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.72\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.72 tagged_above=-999 required=5\r
+ tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01,\r
+ RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id iIuWKrZ0rlan for <notmuch@notmuchmail.org>;\r
+ Fri, 22 Jul 2016 09:42:58 -0700 (PDT)\r
+X-Greylist: delayed 456 seconds by postgrey-1.35 at arlo;\r
+ Fri, 22 Jul 2016 09:42:57 PDT\r
+Received: from avasout07.plus.net (avasout07.plus.net [84.93.230.235])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id F40C96DE014D\r
+ for <notmuch@notmuchmail.org>; Fri, 22 Jul 2016 09:42:57 -0700 (PDT)\r
+Received: from webmail04.plus.net ([84.93.228.66]) by avasout07 with smtp\r
+ id MsbG1t0041SbfYc01sbGgN; Fri, 22 Jul 2016 17:35:18 +0100\r
+X-CM-Score: 0.00\r
+X-CNFS-Analysis: v=2.2 cv=UYYTc+aN c=1 sm=1 tr=0\r
+ a=C5+YawzV8SR07mwocaP9vA==:117 a=6WEHsjNRvCJYAr8w9WnCiA==:17\r
+ a=8nJEP1OIZ-IA:10 a=cAmyUtKerLwA:10 a=ZVOVO-DVNUd7ffEV85UA:9\r
+Received: from localhost ([127.0.0.1] helo=webmail.plus.net)\r
+ by webmail04.plus.net with esmtp (Exim 4.76)\r
+ (envelope-from <matt@bubblegen.co.uk>) id 1bQdPw-0003eu-BR\r
+ for notmuch@notmuchmail.org; Fri, 22 Jul 2016 17:35:16 +0100\r
+Received: from 80.82.130.242 (SquirrelMail authenticated user bubblegen+matt)\r
+ by webmail.plus.net with HTTP; Fri, 22 Jul 2016 17:35:16 +0100\r
+Message-ID: <5cd7f16b6435bf40b67862e29e1a516e.squirrel@webmail.plus.net>\r
+Date: Fri, 22 Jul 2016 17:35:16 +0100\r
+Subject: Missing headers when forwarding html message as RFC822\r
+From: "Matthew Lear" <matt@bubblegen.co.uk>\r
+To: notmuch@notmuchmail.org\r
+Reply-To: matt@bubblegen.co.uk\r
+User-Agent: SquirrelMail\r
+MIME-Version: 1.0\r
+Content-Type: text/plain;charset=iso-8859-1\r
+Content-Transfer-Encoding: 8bit\r
+X-Priority: 3 (Normal)\r
+Importance: Normal\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 22 Jul 2016 16:43:07 -0000\r
+\r
+Hi,\r
+\r
+With notmuch built from very recent git (sha 3a45d29) it would seem that\r
+when forwarding an HTML only message as RFC822, once received, the message\r
+does not have any headers and notmuch-show merely displays 'Date: Thu, 01\r
+Jan 1970 00:00:00 +0000'. I've stripped my .emacs back to a bare minimum\r
+configuration and the behaviour is the same.\r
+\r
+With a message (incidentally sent by MS Outlook) that contains the\r
+following parts:\r
+\r
+[ multipart/related ]\r
+[ text/html ]\r
+\r
+Once forwarded as RFC822 by notmuch and received, it is displayed by\r
+notmuch-show as:\r
+\r
+[ message/rfc822 ]\r
+Date: Thu, 01 Jan 1970 00:00:00 +0000\r
+\r
+[ multipart/mixed ]\r
+[ multipart/related ]\r
+[ text/html ]\r
+\r
+While with a message that contains the following parts:\r
+\r
+[ multipart/mixed ]\r
+[ text/plain ]\r
+\r
+Once forwarded as RFC822 by notmuch and received, it is displayed by\r
+notmuch-show as:\r
+\r
+[ message/rfc822 ]\r
+From: xxxx\r
+Subject: xxxx\r
+To: xxxx\r
+Date: Fri, 15 Jul 2016 17:48:17 +0000\r
+\r
+[ multipart/mixed ]\r
+[ text/plain ]\r
+\r
+So the headers are missing in the first case. I'm sure this is a regression.\r
+\r
+Can anybody verify this?\r
+Cheers,\r
+--  Matt\r
+\r
+\r