From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id ILsxG0rq119UYgAA0tVLHw (envelope-from ) for ; Mon, 14 Dec 2020 22:42:18 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id COAFF0rq118+cAAA1q6Kng (envelope-from ) for ; Mon, 14 Dec 2020 22:42:18 +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 2C9C89401BC for ; Mon, 14 Dec 2020 22:42:18 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 0FA7928C2E; Mon, 14 Dec 2020 17:42:13 -0500 (EST) Received: from smtprelay07.ispgateway.de (smtprelay07.ispgateway.de [134.119.228.103]) by mail.notmuchmail.org (Postfix) with ESMTPS id B834428538 for ; Mon, 14 Dec 2020 17:42:10 -0500 (EST) Received: from [46.244.201.163] (helo=condition-alpha.com) by smtprelay07.ispgateway.de with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1kowXO-0001D5-7e; Mon, 14 Dec 2020 23:41:50 +0100 Message-Id: <85ea4f7f061bdc84d746bd5c82779d51@condition-alpha.com> From: Alexander Adolf To: David Bremner , notmuch@notmuchmail.org Subject: Re: emacs: error decrypting s/mime In-Reply-To: <901128385554cbd60c2a64387835b2d3@condition-alpha.com> References: <87a6vm1wid.fsf@tethera.net> <87eeky5d1q.fsf@tethera.net> <878sb55vcp.fsf@tethera.net> <901128385554cbd60c2a64387835b2d3@condition-alpha.com> Date: Mon, 14 Dec 2020 23:42:05 +0100 MIME-Version: 1.0 X-Df-Sender: YWxleGFuZGVyLmFkb2xmQGNvbmRpdGlvbi1hbHBoYS5jb20= Message-ID-Hash: M7257XMWCSZNQ65V2VB53KGMMJEDX4D4 X-Message-ID-Hash: M7257XMWCSZNQ65V2VB53KGMMJEDX4D4 X-MailFrom: alexander.adolf@condition-alpha.com 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 CC: Daniel Kahn Gillmor 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-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.08 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-Migadu-Queue-Id: 2C9C89401BC X-Spam-Score: -2.08 X-Migadu-Scanner: scn0.migadu.com X-TUID: VMx/xOHlZzBq Alexander Adolf writes: > [...] > (defalias notmuch-show-insert-part-application/x-pkcs7-mime > notmuch-show-insert-part-application/pkcs7-mime) > [...] Err, this should be: (fset 'notmuch-show-insert-part-application/x-pkcs7-mime 'notmuch-show-insert-part-application/pkcs7-mime)