From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4098 Path: main.gmane.org!not-for-mail From: Jens Lautenbacher Newsgroups: gmane.emacs.gnus.general Subject: Another trivial fix [sgnus0.15] Date: Sun, 26 Nov 1995 16:45:03 +0100 Message-ID: <"nz11.rz.un.713:26.11.95.15.47.21"@rz.uni-karlsruhe.de> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144896 28504 80.91.224.250 (20 Oct 2002 20:14:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:14:56 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id JAA24038 for ; Sun, 26 Nov 1995 09:26:59 -0800 Original-Received: from nz11.rz.uni-karlsruhe.de (nz11.rz.uni-karlsruhe.de [129.13.64.7]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sun, 26 Nov 1995 17:48:49 +0100 Original-Received: from tkmhp1.physik.uni-karlsruhe.de (actually tkmhp12.physik.uni-karlsruhe.de) by nz11.rz.uni-karlsruhe.de with SMTP (PP); Sun, 26 Nov 1995 16:47:13 +0100 Original-Received: by tkmhp1.physik.uni-karlsruhe.de (1.38.193.4/16.2) id AA05291; Sun, 26 Nov 1995 16:45:03 +0100 Original-To: ding@ifi.uio.no Xref: main.gmane.org gmane.emacs.gnus.general:4098 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4098 This one prevented from entering a group out of the list of killed groups without subscribing to it first. *** gnus.el Sun Nov 26 16:44:57 1995 --- gnus.el~ Sun Nov 26 15:55:51 1995 *************** *** 7667,7673 **** (gnus-request-asynchronous gnus-newsgroup-name))) ;; Adjust and set lists of article marks. ! (and info (gnus-adjust-marked-articles info)) (setq gnus-newsgroup-unreads (gnus-set-difference --- 7667,7673 ---- (gnus-request-asynchronous gnus-newsgroup-name))) ;; Adjust and set lists of article marks. ! (gnus-adjust-marked-articles info) (setq gnus-newsgroup-unreads (gnus-set-difference