From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48923 Path: main.gmane.org!not-for-mail From: kgreiner@xpediantsolutions.com Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-agent-catchup Date: Wed, 08 Jan 2003 01:00:59 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: References: <86u1gkpun6.fsf@i3d.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042009260 7854 80.91.224.249 (8 Jan 2003 07:01:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2003 07:01:00 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18WACw-00022W-00 for ; Wed, 08 Jan 2003 08:00:58 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18WADQ-0001m2-00; Wed, 08 Jan 2003 01:01:28 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 08 Jan 2003 01:02:22 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id BAA13315 for ; Wed, 8 Jan 2003 01:02:10 -0600 (CST) Original-Received: (qmail 25965 invoked by alias); 8 Jan 2003 07:01:11 -0000 Original-Received: (qmail 25960 invoked from network); 8 Jan 2003 07:01:11 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 8 Jan 2003 07:01:11 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18WAH0-0000qg-00 for ; Wed, 08 Jan 2003 08:05:10 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: 216.12.206.203 Original-X-Trace: quimby.gnus.org 1042009510 3265 216.12.206.203 (8 Jan 2003 07:05:10 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 8 Jan 2003 07:05:10 GMT User-Agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.2 (i386-msvc-nt5.1.2600) Cancel-Lock: sha1:PHJJPb42GfvCm5h6mx0IQ+fhxBk= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48923 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48923 Robert Epprecht writes: > Up to now I could do '@' on some lines in an agentized summary buffer > to tell the agent to download the articles next time, and the following > `J c' would *not* touch them. Now it *does*, which I do not like. > > Consulting the documentation I see that it *is* consistent with it: > > `@' > Toggle whether to download the article (`gnus-agent-toggle-mark'). > > `J c' > Mark all undownloaded articles as read (`gnus-agent-catchup'). > > hmm... > How would this sound to you? 'J c' "Mark all articles that are neither cached, downloaded, nor downloadable as read." I added the cached test as my testing found that gnus-agent-catchup marked cached articles as read. Kevin