Re: [PATCH v2] Omit User-Agent: header by default
[notmuch-archives.git] / e5 / 08bba8dbde222c4833b3f14755f91cd7545a86
1 Return-Path: <sebastian.fischmeister@uwaterloo.ca>\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 C412E6DE034D\r
6  for <notmuch@notmuchmail.org>; Fri, 29 Apr 2016 06:56:03 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.022\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.022 tagged_above=-999 required=5 tests=[AWL=0.289,\r
12   RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
13  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 nrYW9H0RP8hI for <notmuch@notmuchmail.org>;\r
17  Fri, 29 Apr 2016 06:55:55 -0700 (PDT)\r
18 Received: from mailchk-m03.uwaterloo.ca (mailservices.uwaterloo.ca\r
19  [129.97.128.141])\r
20  by arlo.cworth.org (Postfix) with ESMTPS id B57136DE0319\r
21  for <notmuch@notmuchmail.org>; Fri, 29 Apr 2016 06:55:55 -0700 (PDT)\r
22 Received: from connect.uwaterloo.ca (connhub2.connect.uwaterloo.ca\r
23  [129.97.149.119])\r
24  by mailchk-m03.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id u3TDtaP5008279\r
25  (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=OK)\r
26  for <notmuch@notmuchmail.org>; Fri, 29 Apr 2016 09:55:53 -0400\r
27 Received: from uwaterloo.ca (129.97.68.117) by connhub2.connect.uwaterloo.ca\r
28  (129.97.149.119) with Microsoft SMTP Server (TLS) id 14.3.266.1; Fri, 29 Apr\r
29  2016 09:54:57 -0400\r
30 From: Sebastian Fischmeister <sfischme@uwaterloo.ca>\r
31 To: Notmuch Mail <notmuch@notmuchmail.org>\r
32 Subject: message-default-mail-headers not working in notmuch 0.22\r
33 Reply-To: <sfischme@uwaterloo.ca>\r
34 X-Homepage: http://esg.uwaterloo.ca\r
35 Date: Fri, 29 Apr 2016 09:54:57 -0400\r
36 Message-ID: <87y47wmsfi.fsf@uwaterloo.ca>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-UUID: 86bada57-e954-4db8-8015-198aed60687e\r
40 X-Miltered: at mailchk-m03 with ID 572367D8.001 by Joe's j-chkmail\r
41  (http://j-chkmail.ensmp.fr)!\r
42 X-Virus-Scanned: clamav-milter 0.99 at mailchk-m03\r
43 X-Virus-Status: Clean\r
44 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.9\r
45  (mailchk-m03.uwaterloo.ca [129.97.128.141]);\r
46  Fri, 29 Apr 2016 09:55:54 -0400 (EDT)\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, 29 Apr 2016 13:56:03 -0000\r
60 \r
61 Hi,\r
62 \r
63 After upgrading to notmuch 0.22, my emacs config seems broken:\r
64 \r
65 (setq message-default-mail-headers "Reply-to: me@example.com\nBcc: me@example.com")\r
66 \r
67 When creating a new mail, it has no header other than "To:" and\r
68 "Subject:".\r
69 \r
70 Since I cannot find any item in the NEWS related to this release, is\r
71 this expected behaviour?\r
72 \r
73 \r
74   Sebastian\r