Gnus development mailing list
 help / color / mirror / Atom feed
* no indication that bootstrapping marks has completed
@ 2002-02-04 14:49 David Edmondson
  2002-02-04 18:06 ` Simon Josefsson
  0 siblings, 1 reply; 2+ messages in thread
From: David Edmondson @ 2002-02-04 14:49 UTC (permalink / raw)


It's a small thing, but bootstrapping marks doesn't indicate that it's
finished.  Small proposal appended (untested yet).

--- nnml.el.~6.36.~	Tue Jan 29 16:03:43 2002
+++ nnml.el	Mon Feb  4 14:47:03 2002
@@ -1011,7 +1011,8 @@
 	(push (cons 'read (gnus-info-read info)) nnml-marks)
 	(dolist (el gnus-article-unpropagated-mark-lists)
 	  (setq nnml-marks (gnus-remassoc el nnml-marks)))
-	(nnml-save-marks group server)))))
+	(nnml-save-marks group server)
+	(nnheader-message 7 "Bootstrapping marks for %s...done." group)))))
 
 (provide 'nnml)
 
--- nnfolder.el.~6.35.~	Thu Jan 31 10:41:28 2002
+++ nnfolder.el	Mon Feb  4 14:47:59 2002
@@ -1232,7 +1232,8 @@
 	(push (cons 'read (gnus-info-read info)) nnfolder-marks)
 	(dolist (el gnus-article-unpropagated-mark-lists)
 	  (setq nnfolder-marks (gnus-remassoc el nnfolder-marks)))
-	(nnfolder-save-marks group server)))))
+	(nnfolder-save-marks group server)
+	(nnheader-message 7 "Bootstrapping marks for %s..." group)))))
 
 (provide 'nnfolder)
 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-02-04 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-04 14:49 no indication that bootstrapping marks has completed David Edmondson
2002-02-04 18:06 ` Simon Josefsson

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