Re: message-default-mail-headers not working in notmuch 0.22
authorDavid Bremner <david@tethera.net>
Fri, 29 Apr 2016 14:44:34 +0000 (11:44 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:42 +0000 (16:21 -0700)
cd/b5bb7bc8025abc25bdbb1f4c4f6a3738b9bf1b [new file with mode: 0644]

diff --git a/cd/b5bb7bc8025abc25bdbb1f4c4f6a3738b9bf1b b/cd/b5bb7bc8025abc25bdbb1f4c4f6a3738b9bf1b
new file mode 100644 (file)
index 0000000..ed6ea2a
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <david@tethera.net>\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 0056C6DE0356\r
+ for <notmuch@notmuchmail.org>; Fri, 29 Apr 2016 07:44:47 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.016\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.016 tagged_above=-999 required=5\r
+ tests=[AWL=-0.005, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ 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 FzwAykjF_rnY for <notmuch@notmuchmail.org>;\r
+ Fri, 29 Apr 2016 07:44:39 -0700 (PDT)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 121266DE0352\r
+ for <notmuch@notmuchmail.org>; Fri, 29 Apr 2016 07:44:39 -0700 (PDT)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aw9eh-000712-L1; Fri, 29 Apr 2016 10:44:31 -0400\r
+Received: (nullmailer pid 15762 invoked by uid 1000);\r
+ Fri, 29 Apr 2016 14:44:34 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: sfischme@uwaterloo.ca, Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Re: message-default-mail-headers not working in notmuch 0.22\r
+In-Reply-To: <87y47wmsfi.fsf@uwaterloo.ca>\r
+References: <87y47wmsfi.fsf@uwaterloo.ca>\r
+User-Agent: Notmuch/0.21+99~gd93d377 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Fri, 29 Apr 2016 11:44:34 -0300\r
+Message-ID: <871t5oa2zx.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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, 29 Apr 2016 14:44:47 -0000\r
+\r
+Sebastian Fischmeister <sfischme@uwaterloo.ca> writes:\r
+\r
+> Hi,\r
+>\r
+> After upgrading to notmuch 0.22, my emacs config seems broken:\r
+>\r
+> (setq message-default-mail-headers "Reply-to: me@example.com\nBcc: me@example.com")\r
+>\r
+> When creating a new mail, it has no header other than "To:" and\r
+> "Subject:".\r
+>\r
+> Since I cannot find any item in the NEWS related to this release, is\r
+> this expected behaviour?\r
+\r
+Looks like this problem was introduced in commit 570c0aeb40bd.\r
+Confusingly it looks like it has something to do with the different\r
+handling of "message-default-headers" and "message-default-mail-headers"\r
+in message-setup-1.\r
+\r
+d\r