From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id eCljFHzH+F8pQgAA0tVLHw (envelope-from ) for ; Fri, 08 Jan 2021 20:58:36 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id AO00EHzH+F+pCAAAB5/wlQ (envelope-from ) for ; Fri, 08 Jan 2021 20:58:36 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (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 38621940509 for ; Fri, 8 Jan 2021 20:58:35 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 2186229DA9; Fri, 8 Jan 2021 15:58:30 -0500 (EST) Received: from mail.yoctocell.xyz (h87-96-130-155.cust.a3fiber.se [87.96.130.155]) by mail.notmuchmail.org (Postfix) with ESMTPS id 09B7029D85 for ; Fri, 8 Jan 2021 15:58:27 -0500 (EST) From: yoctocell DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1610139506; bh=2Ce3qSW9uVtCjN61m8q1eXhp2B0SAJQm+lq/8RbOtBI=; h=From:To:Subject:In-Reply-To:References:Date; b=B1IwGvT8sQ3zLl4R6bGDOA63rHnw/qRVilQnLYepaIQ4gBCog1Wk338jok8wDTjET yIysuYIUwUGFfXPG1ZN+UvlYh/KXoklWxQ64RMn01RoEbPqriN39C/9q2LHjv1UOyT LNOsZgdMGXpvXc47Ph8BfZzkuHLBif9HKGhKqJEI= To: David Edmondson , notmuch@notmuchmail.org Subject: Re: emacs-notmuch: notmuch-show-hook runs too early In-Reply-To: References: <875z4bvkjj.fsf@yoctocell.xyz> Date: Fri, 08 Jan 2021 21:58:25 +0100 Message-ID: <875z47kuxa.fsf@yoctocell.xyz> MIME-Version: 1.0 Message-ID-Hash: MN6GTCYCWIT4UV2WV334WPEJ43ZPW34C X-Message-ID-Hash: MN6GTCYCWIT4UV2WV334WPEJ43ZPW34C X-MailFrom: public@yoctocell.xyz 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-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.82 Authentication-Results: aspmx1.migadu.com; dkim=fail (body hash did not verify) header.d=yoctocell.xyz header.s=mail header.b=B1IwGvT8; dmarc=fail reason="SPF not aligned (relaxed)" header.from=yoctocell.xyz (policy=none); spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Queue-Id: 38621940509 X-Spam-Score: -0.82 X-Migadu-Scanner: scn1.migadu.com X-TUID: hK25zTd5W13M On Fri, Jan 08 2021, David Edmondson wrote: > Is there a reason not to use notmuch-wash-convert-inline-patch-to-part? I wasn't aware if this function. It seems to work great so I should probably use this instead. Thanks!