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=-1.1 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14319 invoked from network); 18 Dec 2022 16:33:57 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 18 Dec 2022 16:33:57 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1p6wbs-009KzU-Q3 for ml@inbox.vuxu.org; Sun, 18 Dec 2022 10:33:56 -0600 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1p6wbs-004XBb-1U for ml@inbox.vuxu.org; Sun, 18 Dec 2022 10:33:56 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1p6Rrj-004UNG-30 for ding@lists.math.uh.edu; Sat, 17 Dec 2022 01:44:16 -0600 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.2) (envelope-from ) id 1p6Rrh-006D5K-1F for ding@lists.math.uh.edu; Sat, 17 Dec 2022 01:44:15 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Se24pkm84W57cQnW2glrTQ7vHhb1aXklxysAWwFkwIU=; b=F9MMGpf3e0bbThVHemwsZcKa29 A9+f+wtAFlxPYUMvWNbS2P712OEBcaLQJNB7m91/Bmfok119t+a8RRqTq/DUSxdXFXZfzDYB2c0QP EakdBj/DN/eXyBWn5tKwrFsISvBAkE04H3D9eauM1MKyYWwfBY0HeaTqhArYSGoIA+kU=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p6RrY-00036h-GZ for ding@gnus.org; Sat, 17 Dec 2022 08:44:07 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1p6RrW-0007TJ-2j for ding@gnus.org; Sat, 17 Dec 2022 08:44:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Bodertz Subject: Re: Update RSS feeds less frequently Date: Sat, 17 Dec 2022 00:43:57 -0700 Message-ID: <84cz8imq4i.fsf@gmail.com> References: <874jtw3s94.fsf@johnhaman.org> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:3UB8PSSgCImCqPw0jytfdpj4QhY= List-ID: Precedence: bulk You may want to look into "(gnus)Group Levels". If you set your low-trafic feeds to a higher level than 5 (by default), then 'g' won't check for updates on them. You can then use 'M-g' on those feeds when you want to update them, or do 'C-u 6 g' to check for updates in all groups with a level of 6 or lower (if you set those feeds to level 6). At least I think so.