comparison lisp/gnus.el @ 15594:d4c3b52a5591

Would infloop under certain conditions.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Thu, 04 Jul 1996 04:16:24 +0000
parents e369d2f12bc7
children 84ad859492b2
comparison
equal deleted inserted replaced
15593:88900acd9f99 15594:d4c3b52a5591
8604 thread-end t 8604 thread-end t
8605 gnus-tmp-header nil)) 8605 gnus-tmp-header nil))
8606 ;; If the article lies outside the current limit, 8606 ;; If the article lies outside the current limit,
8607 ;; then we do not display it. 8607 ;; then we do not display it.
8608 ((and (not (memq number gnus-newsgroup-limit)) 8608 ((and (not (memq number gnus-newsgroup-limit))
8609 ;(not gnus-tmp-dummy-line) 8609 (not gnus-tmp-dummy-line))
8610 )
8611 (setq gnus-tmp-gathered 8610 (setq gnus-tmp-gathered
8612 (nconc (mapcar 8611 (nconc (mapcar
8613 (lambda (h) (mail-header-number (car h))) 8612 (lambda (h) (mail-header-number (car h)))
8614 (cdar thread)) 8613 (cdar thread))
8615 gnus-tmp-gathered)) 8614 gnus-tmp-gathered))