Gnus development mailing list
 help / color / mirror / Atom feed
* trivial fix [sgnus-0.18]
@ 1995-12-05 15:05 Jens Lautenbacher
  0 siblings, 0 replies; only message in thread
From: Jens Lautenbacher @ 1995-12-05 15:05 UTC (permalink / raw)



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  <jtl@tkm.physik.uni-karlsruhe.de>
+ 
+ 	* gnus.el (gnus-build-old-threads): Will work again.
+ 
  Tue Dec  5 03:22:37 1995  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>
  
  	* 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)))


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-12-05 15:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-12-05 15:05 trivial fix [sgnus-0.18] Jens Lautenbacher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).