From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48891 Path: main.gmane.org!not-for-mail From: Robert Epprecht Newsgroups: gmane.emacs.gnus.general Subject: gnus-agent-catchup Date: Tue, 07 Jan 2003 21:33:33 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <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 1041978022 21980 80.91.224.249 (7 Jan 2003 22:20:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2003 22:20:22 +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 18W24z-0005i2-00 for ; Tue, 07 Jan 2003 23:20:14 +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 18W25J-0004P9-00; Tue, 07 Jan 2003 16:20:33 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 07 Jan 2003 16:21:27 -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 QAA12080 for ; Tue, 7 Jan 2003 16:21:17 -0600 (CST) Original-Received: (qmail 2926 invoked by alias); 7 Jan 2003 22:20:19 -0000 Original-Received: (qmail 2921 invoked from network); 7 Jan 2003 22:20:18 -0000 Original-Received: from lisboa.cybernet.ch (212.90.198.190) by 66.230.238.6 with SMTP; 7 Jan 2003 22:20:18 -0000 Original-Received: (qmail 34345 invoked for bounce); 7 Jan 2003 20:33:35 -0000 Original-Received: from diup-194-139.cybernet.ch (HELO i3d.home) (212.90.194.139) by lisboa.cybernet.ch with SMTP; 7 Jan 2003 20:33:35 -0000 Original-Received: from dada by i3d.home with local (Exim 3.35 #1 (Debian)) id 18W0Pl-0000E7-00; Tue, 07 Jan 2003 21:33:33 +0100 Original-To: ding@gnus.org User-Agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48891 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48891 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... Robert