From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4272 Path: main.gmane.org!not-for-mail From: Jens Lautenbacher Newsgroups: gmane.emacs.gnus.general Subject: trivial fix [sgnus-0.18] Date: Tue, 5 Dec 1995 16:05:52 +0100 Message-ID: <"nz11.rz.un.674:05.12.95.15.08.55"@rz.uni-karlsruhe.de> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145042 29065 80.91.224.250 (20 Oct 2002 20:17:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:17:22 +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 KAA00107 for ; Tue, 5 Dec 1995 10:20:14 -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 ; Tue, 5 Dec 1995 18:20:39 +0100 Original-Received: from tkmhp1.physik.uni-karlsruhe.de (actually tkmhp12.physik.uni-karlsruhe.de) by nz11.rz.uni-karlsruhe.de with SMTP (PP); Tue, 5 Dec 1995 16:07:59 +0100 Original-Received: by tkmhp1.physik.uni-karlsruhe.de (1.38.193.4/16.2) id AA10995; Tue, 5 Dec 1995 16:05:52 +0100 Original-To: ding@ifi.uio.no Xref: main.gmane.org gmane.emacs.gnus.general:4272 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4272 Once again, the fetching of old headers was broken. Hope this helps. *** ChangeLog~ Tue Dec 5 06:11:09 1995 --- ChangeLog Tue Dec 5 16:02:19 1995 *************** *** 1,3 **** --- 1,7 ---- + Tue Dec 5 15:58:01 1995 Jens Lautenbacher + + * gnus.el (gnus-build-old-threads): Will work again. + Tue Dec 5 03:22:37 1995 Lars Magne Ingebrigtsen * nnbabyl.el (nnbabyl-close-server): Restore buffer mode on exit. *** gnus.el~ Tue Dec 5 06:10:59 1995 --- gnus.el Tue Dec 5 15:44:04 1995 *************** *** 7192,7198 **** (let (id heads) (mapatoms (lambda (refs) ! (when (car (symbol-value refs)) (setq heads (cdr (symbol-value refs))) (while heads (if (memq (mail-header-number (car (car heads))) --- 7192,7198 ---- (let (id heads) (mapatoms (lambda (refs) ! (when (not (car (symbol-value refs))) (setq heads (cdr (symbol-value refs))) (while heads (if (memq (mail-header-number (car (car heads)))