From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6841 invoked from network); 29 Jul 2020 15:54:33 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 29 Jul 2020 15:54:33 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1k0oP0-003rfE-Bx; Wed, 29 Jul 2020 10:53:58 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1k0oOv-003rdN-GH for ding@lists.math.uh.edu; Wed, 29 Jul 2020 10:53:53 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1k0oOu-00FMoU-0D for ding@lists.math.uh.edu; Wed, 29 Jul 2020 10:53:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=GQvAjU9TWFEkBr95jw1ZKop9jt8mNEIMaf3FaZEnSpc=; b=su5Dl3iG2sqzxpa+AANnScPoAH ajxMFBCR2Wcx7S5PexjGM42m57FM9dTpGM2FqJaJwQK64m7Y9XyIWPjpSgzmQMsQTCzmKppxk8XWo SYRQ2VhXhkGBAWBgcK4JmxhyCZBwcahe87XvZxh1EHfWuJrWKOA5R74S+nTCIqZwm3Co=; Received: from ericabrahamsen.net ([52.70.2.18] helo=mail.ericabrahamsen.net) by quimby with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k0oOh-0000PA-J4 for ding@gnus.org; Wed, 29 Jul 2020 17:53:46 +0200 Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id EA290FA097; Wed, 29 Jul 2020 15:53:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1596038017; bh=GQvAjU9TWFEkBr95jw1ZKop9jt8mNEIMaf3FaZEnSpc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=iHRzgaI5VElFjB4iq393S7T3y72mWrZBYs2kQvimBsEiF8WuY5V4YJGgdfZJ/etZs lEvIzUQuH1EhrtacGJgW3L/8ol8hGUUSSRyhjUuUP0GOBR3pnJHUbRtdrq11fB40pG YRBE6WniGJT2pVCutrUw+IuAQvAzUvTg2+V9NmPc= From: Eric Abrahamsen To: Adam =?utf-8?Q?Sj=C3=B8gren?= Cc: ding@gnus.org, Tassilo Horn Subject: Re: (not downloaded, A C to fetch.) on empty part References: <87v9i678iq.fsf@tullinup.koldfront.dk> Date: Wed, 29 Jul 2020 08:53:34 -0700 In-Reply-To: <87v9i678iq.fsf@tullinup.koldfront.dk> ("Adam =?utf-8?Q?Sj?= =?utf-8?Q?=C3=B8gren=22's?= message of "Wed, 29 Jul 2020 15:31:09 +0200") Message-ID: <877dumnwqp.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: Precedence: bulk Adam Sj=C3=B8gren writes: > I just recieved a multipart MIME email with an empty text/html part. > Gnus shows it as: > > [1. text/html (not downloaded, A C to fetch.)] > > A C makes no sense here, as I am using nnml as the backend. > > Some logic awry for non-imap backends? This was an addition by Tassilo in 659ed857c, whom I'm copying here -- it does sound like there's some cross-backend bleed-over?