From f8ea2f72285d95f45f2d303ccb7ecf4273d4baca Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 6 Jan 2003 03:53:41 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 1 + lisp/gnus-group.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db743df..89ad450 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,7 @@ * gnus-group.el (gnus-group-make-web-group): Pass the select method on to group-create. + (gnus-group-line-format-alist): %U is an integer. * gnus-sum.el (gnus-summary-exit-no-update): Don't update ephemeral groups. diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index bc74f7b..c653292 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -472,7 +472,7 @@ simple manner.") (gnus-range-length (cdr (assq 'tick gnus-tmp-marked)))))) (t number)) ?s) (?R gnus-tmp-number-of-read ?s) - (?U (gnus-number-of-unseen-articles-in-group gnus-tmp-group) ?s) + (?U (gnus-number-of-unseen-articles-in-group gnus-tmp-group) ?d) (?t gnus-tmp-number-total ?d) (?y gnus-tmp-number-of-unread ?s) (?I (gnus-range-length (cdr (assq 'dormant gnus-tmp-marked))) ?d) -- 1.7.10.4