From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id C412E6DE034D for ; Fri, 29 Apr 2016 06:56:03 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -2.022 X-Spam-Level: X-Spam-Status: No, score=-2.022 tagged_above=-999 required=5 tests=[AWL=0.289, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nrYW9H0RP8hI for ; Fri, 29 Apr 2016 06:55:55 -0700 (PDT) Received: from mailchk-m03.uwaterloo.ca (mailservices.uwaterloo.ca [129.97.128.141]) by arlo.cworth.org (Postfix) with ESMTPS id B57136DE0319 for ; Fri, 29 Apr 2016 06:55:55 -0700 (PDT) Received: from connect.uwaterloo.ca (connhub2.connect.uwaterloo.ca [129.97.149.119]) by mailchk-m03.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id u3TDtaP5008279 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=OK) for ; Fri, 29 Apr 2016 09:55:53 -0400 Received: from uwaterloo.ca (129.97.68.117) by connhub2.connect.uwaterloo.ca (129.97.149.119) with Microsoft SMTP Server (TLS) id 14.3.266.1; Fri, 29 Apr 2016 09:54:57 -0400 From: Sebastian Fischmeister To: Notmuch Mail Subject: message-default-mail-headers not working in notmuch 0.22 Reply-To: X-Homepage: http://esg.uwaterloo.ca Date: Fri, 29 Apr 2016 09:54:57 -0400 Message-ID: <87y47wmsfi.fsf@uwaterloo.ca> MIME-Version: 1.0 Content-Type: text/plain X-UUID: 86bada57-e954-4db8-8015-198aed60687e X-Miltered: at mailchk-m03 with ID 572367D8.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Virus-Scanned: clamav-milter 0.99 at mailchk-m03 X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.9 (mailchk-m03.uwaterloo.ca [129.97.128.141]); Fri, 29 Apr 2016 09:55:54 -0400 (EDT) X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 13:56:03 -0000 Hi, After upgrading to notmuch 0.22, my emacs config seems broken: (setq message-default-mail-headers "Reply-to: me@example.com\nBcc: me@example.com") When creating a new mail, it has no header other than "To:" and "Subject:". Since I cannot find any item in the NEWS related to this release, is this expected behaviour? Sebastian