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 29771 invoked from network); 6 Aug 2020 20:01:29 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 6 Aug 2020 20:01:29 -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 1k3m4l-005f3z-Cu; Thu, 06 Aug 2020 15:01:19 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1k3m4h-005f29-Nb for ding@lists.math.uh.edu; Thu, 06 Aug 2020 15:01:15 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1k3m4g-003wF8-6t for ding@lists.math.uh.edu; Thu, 06 Aug 2020 15:01:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: 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=MZNS2A9WRH7TH/pE8VJlZuBWwPDO/j7yaGMEmqOrzs8=; b=Cyedi8M11yw5wtQnqVEF/yMah2 CSw5rl9O2iXryDZOmxijT8vafvCof3sB5GVLjuoOEV75E6kh5wZWO/5T/bIpMW5Ak7cn5N4W4haZw ymQ3Wxg8CfArew1WN6JZ1vlm/fHtRwhVgTXZYaeJytdiMCNjADBTSfOR7cPJXkIAHI3E=; 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 1k3m4Z-0005UK-7o for ding@gnus.org; Thu, 06 Aug 2020 22:01:09 +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 661F7FA099; Thu, 6 Aug 2020 20:01:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1596744064; bh=MZNS2A9WRH7TH/pE8VJlZuBWwPDO/j7yaGMEmqOrzs8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=cDNbPdCMkQvEp2/HijgxDgotDD30E0W6iT8BowIQFancMHyB3/6um8KYhv3paKMWf V3I5ZvcDoNebBUC8KfBNHm3XRuYOiEKr8qe+p7KpOSmtz06zyOjI/DN79jpCJP9shR HaQmm22XKWasUr416/HFsvQfhEDfm0botIMBaAOQ= From: Eric Abrahamsen To: Tassilo Horn Cc: Adam =?utf-8?Q?Sj=C3=B8gren?= , ding@gnus.org Subject: Re: (not downloaded, A C to fetch.) on empty part References: <87v9i678iq.fsf@tullinup.koldfront.dk> <877dumnwqp.fsf@ericabrahamsen.net> <87y2n2mh3a.fsf@ericabrahamsen.net> <0282a615-ead1-4185-a050-6016fdcfd2ef@beta.fastmail.com> <87lfj2mfpp.fsf@ericabrahamsen.net> <87eeojim87.fsf@gnu.org> Date: Thu, 06 Aug 2020 13:01:02 -0700 In-Reply-To: <87eeojim87.fsf@gnu.org> (Tassilo Horn's message of "Thu, 06 Aug 2020 21:54:32 +0200") Message-ID: <87a6z7fssh.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 List-ID: Precedence: bulk Tassilo Horn writes: > Eric Abrahamsen writes: > > Hi Eric and Adam, > >>>> Anyhow, no big emergency. >>> >>> with this I do; it's a tiny detail - I was just surprised by the text >>> :-) >> >> Yes, though I guess I still think it's worth fixing. I suppose if we >> have access to gnus-newsgroup-name here we can check if it's nnimap >> and change the text accordingly (maybe double-check >> nnimap-fetch-partial-articles as well). Let's see who gets to it >> first! > > Me!! I've just done exactly what you've suggested. :-) Thanks :)