From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32032 Path: main.gmane.org!not-for-mail From: Christoph Rohland Newsgroups: gmane.emacs.gnus.general Subject: Re: [patch] gnus agent Date: 10 Aug 2000 13:03:11 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168373 17510 80.91.224.250 (21 Oct 2002 02:46:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:46:13 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 9F373D051E for ; Thu, 10 Aug 2000 07:04:06 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id GAC17470; Thu, 10 Aug 2000 06:03:50 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 10 Aug 2000 06:02:55 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id GAA21453 for ; Thu, 10 Aug 2000 06:02:44 -0500 (CDT) Original-Received: from smtpde02.sap-ag.de (smtpde02.sap-ag.de [194.39.131.53]) by mailhost.sclp.com (Postfix) with ESMTP id 67DA6D051E for ; Thu, 10 Aug 2000 07:03:15 -0400 (EDT) Original-Received: from sap-ag.de ([194.39.131.3]) by smtpde02.sap-ag.de (out) with ESMTP id MAA00254; Thu, 10 Aug 2000 12:59:08 +0200 (MESZ) Original-Received: from ls3010.wdf.sap-ag.de (ls3010.wdf.sap-ag.de [10.18.104.24]) by sap-ag.de (8.8.8/8.8.8) with ESMTP id NAA23111; Thu, 10 Aug 2000 13:03:05 +0200 (MET DST) Original-Received: (from d020782@localhost) by ls3010.wdf.sap-ag.de (8.9.3/8.9.3) id NAA27384; Thu, 10 Aug 2000 13:03:11 +0200 X-Authentication-Warning: ls3010.wdf.sap-ag.de: d020782 set sender to cr@sap.com using -f Original-To: Simon Josefsson Organisation: SAP LinuxLab In-Reply-To: Simon Josefsson's message of "01 Jul 2000 20:24:33 +0200" Original-Lines: 15 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Bryce Canyon) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32032 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32032 Simon Josefsson writes: > This patch make all articles eligible for agent download, filtered > only by predicates, instead of the hardcoded algorithm that choses > what to download from unread articles only. > > Any agent users that care to verify that this doesn't break anything? Another side effect of this patch: You always loose your readedness information when using this with nnimap. It apparently refreshes this info from the imap server, but never pushes the local information upstream. So I finally reverted the patch from my setup. Greetings Christoph