From 5d4f0134e6600f2ca40617ddc9f95ccbf14381d4 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 21 May 2004 10:41:25 +0000 Subject: [PATCH] (gnus-get-unread-articles): Cosmetic change. --- lisp/gnus-start.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index af2341a..e0310b9 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -1,5 +1,5 @@ ;;; gnus-start.el --- startup functions for Gnus -;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 ;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen @@ -1755,9 +1755,12 @@ newsgroup." ((eq active 'ignore) ;; Don't do anything. ) + ((and active ignore) + ;; The level of the foreign group is higher than the specified + ;; value. + ) (active - (unless ignore - (inline (gnus-get-unread-articles-in-group info active t)))) + (inline (gnus-get-unread-articles-in-group info active t))) (t ;; The group couldn't be reached, so we nix out the number of ;; unread articles and stuff. -- 1.7.10.4