From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id QFCfNDnCIV+cBgAA0tVLHw (envelope-from ) for ; Wed, 29 Jul 2020 18:38:49 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id kJEmMDnCIV+2DQAAbx9fmQ (envelope-from ) for ; Wed, 29 Jul 2020 18:38:49 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A6974940703 for ; Wed, 29 Jul 2020 18:38:45 +0000 (UTC) Received: from [144.217.243.247] (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id BFDA82807E; Wed, 29 Jul 2020 14:38:36 -0400 (EDT) Received: from mail.hostpark.net (mail.hostpark.net [212.243.197.30]) by mail.notmuchmail.org (Postfix) with ESMTPS id 8422B1F9C9 for ; Wed, 29 Jul 2020 14:38:34 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 3684D165C3; Wed, 29 Jul 2020 20:38:32 +0200 (CEST) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail0.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id Qk_p41PvZJlT; Wed, 29 Jul 2020 20:38:32 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 03605165C1; Wed, 29 Jul 2020 20:38:32 +0200 (CEST) From: Jonas Bernoulli To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH v3 0/4] Adjust test for changes in Emacs 27 In-Reply-To: <87sgdbrhgc.fsf@tethera.net> References: <20200724180924.21944-1-jonas@bernoul.li> <20200727152503.15939-1-jonas@bernoul.li> <87sgdbrhgc.fsf@tethera.net> Date: Wed, 29 Jul 2020 20:38:31 +0200 Message-ID: <87h7tqnp3s.fsf@bernoul.li> MIME-Version: 1.0 Message-ID-Hash: OWZ7NQKNHZ2PKSJQW2X2M34TBCH6XTSZ X-Message-ID-Hash: OWZ7NQKNHZ2PKSJQW2X2M34TBCH6XTSZ X-MailFrom: jonas@bernoul.li X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -0.97 X-TUID: WG06+lggZGiK David Bremner writes: > Applied v3 to master. Thanks. Cheers! Jonas