From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47858 Path: main.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.gnus.general Subject: Re: HEADS UP: Largely rewritten gnus-agent implementation. Date: Mon, 25 Nov 2002 17:55:07 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <87r8d9a8t0.fsf@enberg.org> References: <84bs4ggtnq.fsf@lucy.cs.uni-dortmund.de> <87d6ou8hzw.fsf@enberg.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038243672 6689 80.91.224.249 (25 Nov 2002 17:01:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2002 17:01:12 +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 18GMbe-0001ja-00 for ; Mon, 25 Nov 2002 18:01:10 +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 18GMbL-000893-00; Mon, 25 Nov 2002 11:00:51 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 25 Nov 2002 11:01:40 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@[209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA19032 for ; Mon, 25 Nov 2002 11:01:22 -0600 (CST) Original-Received: (qmail 17323 invoked by alias); 25 Nov 2002 17:00:00 -0000 Original-Received: (qmail 17317 invoked from network); 25 Nov 2002 16:59:59 -0000 Original-Received: from mailg.telia.com (194.22.194.26) by gnus.org with SMTP; 25 Nov 2002 16:59:59 -0000 Original-Received: from d1o1112.telia.com (d1o1112.telia.com [213.67.192.241]) by mailg.telia.com (8.12.5/8.12.5) with ESMTP id gAPGxpGT015595 for ; Mon, 25 Nov 2002 17:59:56 +0100 (CET) X-Original-Recipient: Original-Received: from rocksteady (h37n2fls32o1112.telia.com [213.65.65.37]) by d1o1112.telia.com (8.10.2/8.10.1) with ESMTP id gAPGxog27369 for ; Mon, 25 Nov 2002 17:59:51 +0100 (CET) Original-Received: by rocksteady (Postfix, from userid 1000) id 43B6538968; Mon, 25 Nov 2002 17:59:03 +0100 (CET) Original-To: ding@gnus.org In-Reply-To: <87d6ou8hzw.fsf@enberg.org> (Henrik Enberg's message of "Mon, 25 Nov 2002 04:07:15 +0100") 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:47858 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47858 Henrik Enberg writes: > Danny Siu writes: > >> oops. forgot to mention that the new gnus-agent-downloaded-article-face >> (orange/yellow) is getting too much attention than the unread ones. > > I fully agree. You lose the ability to show articles with high score > in bold right now. It would be much better to have it for > undownloaded articles instead. FWIW, if anyone else is as annoyed by this as I am, here's what I did to get rid of it completely. (eval-after-load "gnus-sum" '(delete '(downloaded . gnus-agent-downloaded-article-face) gnus-summary-highlight))