From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47418 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-agent typo? Date: Fri, 25 Oct 2002 12:35:45 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84n0pbipvq.fsf@crybaby.cs.uni-dortmund.de> <84hefe3m48.fsf@crybaby.cs.uni-dortmund.de> <84of9l7f3h.fsf@crybaby.cs.uni-dortmund.de> <84of9l6u4j.fsf@crybaby.uni-duisburg.de> <84u1jc9uvb.fsf@crybaby.uni-duisburg.de> <84u1jc9l9x.fsf@crybaby.uni-duisburg.de> <84wuo7lk36.fsf@crybaby.uni-duisburg.de> <84of9inbom.fsf@crybaby.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035542322 6028 80.91.224.249 (25 Oct 2002 10:38:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Oct 2002 10:38:42 +0000 (UTC) Cc: ding@gnus.org 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 1851rV-0001Yz-00 for ; Fri, 25 Oct 2002 12:38:41 +0200 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 1851pE-0002lf-00; Fri, 25 Oct 2002 05:36:20 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 25 Oct 2002 05:37:03 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id FAA29246 for ; Fri, 25 Oct 2002 05:36:44 -0500 (CDT) Original-Received: (qmail 26970 invoked by alias); 25 Oct 2002 10:35:56 -0000 Original-Received: (qmail 26964 invoked from network); 25 Oct 2002 10:35:55 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 25 Oct 2002 10:35:55 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id g9PAZoFu031529 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 25 Oct 2002 12:35:51 +0200 Original-To: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Mail-Copies-To: nobody X-Hashcash: 0:021025:kai.grossjohann@uni-duisburg.de:f930f8c906d8e830 X-Hashcash: 0:021025:ding@gnus.org:b378cfe0ec135f8a In-Reply-To: <84of9inbom.fsf@crybaby.uni-duisburg.de> (kai.grossjohann@uni-duisburg.de's message of "Fri, 25 Oct 2002 10:51:37 +0200") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47418 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47418 kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: > Simon Josefsson writes: > >> Sorry, I don't remember and don't have time to look at the agent >> currently. Maybe the code has even been removed since I last debugged >> it. Easiest is probably to remove the hack and see what breaks (if >> anything). > > I presume the "hack" is the code that downloads marked articles, > too? Okay, I will remove that. Yup. I think I remember now -- the marks code in gnus-sum optimized the group marks so it doesn't contain marks for articles that doesn't exist (when you quit a group), I think it was that code that removed the marks. If quitting a group doesn't lose marks on non-downloaded marked articles now, I think this concern doesn't apply any longer.