Gnus development mailing list
 help / color / mirror / Atom feed
* bluegreen ticked articles...?
@ 2003-05-23  8:02 Steinar Bang
  2003-05-23  8:23 ` Bjørn Mork
  2003-05-23  9:15 ` Simon Josefsson
  0 siblings, 2 replies; 5+ messages in thread
From: Steinar Bang @ 2003-05-23  8:02 UTC (permalink / raw)


I did a fresh update of Gnus on a debian testing/unstable box today.

In this Gnus, some of my ticked articles in the summary buffers of
nnimap folders are bluegreen, and some are red.  Previously they were
all red.

I thought they had become unticked, and did `M-u u' to retick them,
but they didn't change color, then I saw that the tickmark was still
!. 

Is this a problem?  Or have I encountered a new feature?  Why do just
some of the articles change colour?

Thanx!


- Steinar



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bluegreen ticked articles...?
  2003-05-23  8:02 bluegreen ticked articles...? Steinar Bang
@ 2003-05-23  8:23 ` Bjørn Mork
  2003-05-23  8:53   ` Steinar Bang
  2003-05-23  9:15 ` Simon Josefsson
  1 sibling, 1 reply; 5+ messages in thread
From: Bjørn Mork @ 2003-05-23  8:23 UTC (permalink / raw)


Steinar Bang <sb@dod.no> writes:

> I did a fresh update of Gnus on a debian testing/unstable box today.
>
> In this Gnus, some of my ticked articles in the summary buffers of
> nnimap folders are bluegreen, and some are red.  Previously they were
> all red.
>
> I thought they had become unticked, and did `M-u u' to retick them,
> but they didn't change color, then I saw that the tickmark was still
> !. 
>
> Is this a problem?  Or have I encountered a new feature?  Why do just
> some of the articles change colour?

the colour indicates agent downloadedness


Bjørn
-- 
You know, a phoney man ain't got nothing in the world these days.  



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bluegreen ticked articles...?
  2003-05-23  8:23 ` Bjørn Mork
@ 2003-05-23  8:53   ` Steinar Bang
  0 siblings, 0 replies; 5+ messages in thread
From: Steinar Bang @ 2003-05-23  8:53 UTC (permalink / raw)


>>>>> Bjørn Mork <bmork@dod.no>:

> the colour indicates agent downloadedness

The colour is a rather sickening indicator of agent downloadedness.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bluegreen ticked articles...?
  2003-05-23  8:02 bluegreen ticked articles...? Steinar Bang
  2003-05-23  8:23 ` Bjørn Mork
@ 2003-05-23  9:15 ` Simon Josefsson
  2003-05-23 12:34   ` Kevin Greiner
  1 sibling, 1 reply; 5+ messages in thread
From: Simon Josefsson @ 2003-05-23  9:15 UTC (permalink / raw)
  Cc: ding

Steinar Bang <sb@dod.no> writes:

> Is this a problem?  Or have I encountered a new feature?  Why do just
> some of the articles change colour?

You can customize gnus-summary-highlight, or apply the following patch
if you don't want to pollute your .emacs with this long custom value.

Index: gnus-sum.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-sum.el,v
retrieving revision 6.350
diff -u -p -u -w -r6.350 gnus-sum.el
--- gnus-sum.el	16 May 2003 16:06:14 -0000	6.350
+++ gnus-sum.el	23 May 2003 09:23:51 -0000
@@ -902,12 +902,6 @@ automatically when it is selected."
 (defcustom gnus-summary-highlight
   '(((eq mark gnus-canceled-mark)
      . gnus-summary-cancelled-face)
-    ((and uncached (> score default-high))
-     . gnus-summary-high-undownloaded-face)
-    ((and uncached (< score default-low))
-     . gnus-summary-low-undownloaded-face)
-    (uncached
-     . gnus-summary-normal-undownloaded-face)
     ((and (> score default-high)
 	  (or (eq mark gnus-dormant-mark)
 	      (eq mark gnus-ticked-mark)))
@@ -935,6 +929,12 @@ automatically when it is selected."
      . gnus-summary-high-read-face)
     ((< score default-low)
      . gnus-summary-low-read-face)
+    ((and uncached (> score default-high))
+     . gnus-summary-high-undownloaded-face)
+    ((and uncached (< score default-low))
+     . gnus-summary-low-undownloaded-face)
+    (uncached
+     . gnus-summary-normal-undownloaded-face)
     (t
      . gnus-summary-normal-read-face))
   "*Controls the highlighting of summary buffer lines.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bluegreen ticked articles...?
  2003-05-23  9:15 ` Simon Josefsson
@ 2003-05-23 12:34   ` Kevin Greiner
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin Greiner @ 2003-05-23 12:34 UTC (permalink / raw)


Simon Josefsson <jas@extundo.com> writes:

> Steinar Bang <sb@dod.no> writes:
>
>> Is this a problem?  Or have I encountered a new feature?  Why do just
>> some of the articles change colour?
>
> You can customize gnus-summary-highlight, or apply the following patch
> if you don't want to pollute your .emacs with this long custom value.

You can also, since you upgraded to the CVS version, customize the new
group parameter 'agent-disable-undownloaded-faces' to t.

Kevin



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-05-23 12:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-23  8:02 bluegreen ticked articles...? Steinar Bang
2003-05-23  8:23 ` Bjørn Mork
2003-05-23  8:53   ` Steinar Bang
2003-05-23  9:15 ` Simon Josefsson
2003-05-23 12:34   ` Kevin Greiner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).