Gnus development mailing list
 help / color / mirror / Atom feed
* Agent .overviews still jumbled occasionally
@ 1998-08-18 23:57 Mike McEwan
  0 siblings, 0 replies; only message in thread
From: Mike McEwan @ 1998-08-18 23:57 UTC (permalink / raw)


  Following recent patches to `gnus-agent-expire' my .overviews appear 
to have been pretty much always in sequence. But sometimes they are
they still appear to get out of step.

  In an effort to work out why I dicovered what I reckon is a wee bug
in `gnus-agent-braid-nov'. Here's the patch. Lars let me know if I'm
correct here - seems simple enough.

--- gnus-agent.el.orig	Wed Aug 19 00:48:09 1998
+++ gnus-agent.el	Wed Aug 19 00:48:27 1998
@@ -801,7 +801,7 @@
     (set-buffer nntp-server-buffer)
     (erase-buffer)
     (insert-file-contents file)
-    (goto-char (point-min))
+    (goto-char (point-max))
     (if (or (= (point-min) (point-max))
 	    (progn
 	      (forward-line -1)
 

-- 
Mike.


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

only message in thread, other threads:[~1998-08-18 23:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-18 23:57 Agent .overviews still jumbled occasionally Mike McEwan

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).