From: yamaoka Date: Fri, 21 May 2004 10:41:25 +0000 (+0000) Subject: (gnus-get-unread-articles): Cosmetic change. X-Git-Tag: t-gnus-6_17_4-quimby-~909 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5d4f0134e6600f2ca40617ddc9f95ccbf14381d4;p=elisp%2Fgnus.git- (gnus-get-unread-articles): Cosmetic change. --- 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.