From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55339 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Agent add servers twice? Date: Mon, 29 Dec 2003 21:53:06 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1072731280 22635 80.91.224.253 (29 Dec 2003 20:54:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2003 20:54:40 +0000 (UTC) Original-X-From: ding-owner+M3879@lists.math.uh.edu Mon Dec 29 21:54:33 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ab4PI-0005wY-00 for ; Mon, 29 Dec 2003 21:54:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Ab4O9-00021u-00; Mon, 29 Dec 2003 14:53:21 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Ab4O1-00021o-00 for ding@lists.math.uh.edu; Mon, 29 Dec 2003 14:53:13 -0600 Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by justine.libertine.org (Postfix) with ESMTP id EE30E3A0047 for ; Mon, 29 Dec 2003 14:53:10 -0600 (CST) Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.10/8.12.10) with ESMTP id hBTKr6AU002362 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 29 Dec 2003 21:53:08 +0100 Original-To: ding@gnus.org X-Hashcash: 0:031229:ding@gnus.org:43e0de2e93696c7b User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55339 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55339 I noticed the agent started downloading headers for groups twice when doing `J s', and it seem to be because each server is listed twice in ~/News/agent/lib/servers, e.g.: ("news.gmane.org" "nntp:news.gmane.org" ...) So I `J r' all servers, restarted emacs and started Gnus and `J a' my servers again, and the file look the same (i.e., servers listed twice). Anyone else seeing this? My agent settings are rather minimalistic: '(gnus-agent-consider-all-articles t) '(gnus-agent-enable-expiration (quote DISABLE)) '(gnus-select-article-hook (quote (gnus-agent-fetch-selected-article ... Btw, why doesn't gnus-agent-enable-expiration take on standard elisp boolean values like nil and t instead of 'ENABLE and 'DISABLE? And should expiring really be on by default? Expiring is not on by default elsewhere in Gnus, AFAIK.