1997-11-13 23:14:58 +00:00
|
|
|
--- articles.c.orig Sun Nov 9 18:14:49 1997
|
|
|
|
+++ articles.c Sun Nov 9 18:16:40 1997
|
|
|
|
@@ -348,6 +348,10 @@
|
|
|
|
case OK_ARTICLE:
|
|
|
|
fetch_article ();
|
|
|
|
xfrart++;
|
|
|
|
+#ifdef KEEPMISSINGARTS
|
|
|
|
+ /* Note that this article has been retrieved and filed */
|
|
|
|
+ idnode -> used = TRUE;
|
|
|
|
+#endif /* KEEPMISSINGARTS */
|
|
|
|
break;
|
1996-07-27 21:54:12 +00:00
|
|
|
|
1997-11-13 23:14:58 +00:00
|
|
|
/* Otherwise must be a protocol error */
|
|
|
|
@@ -358,8 +362,10 @@
|
|
|
|
exit (4);
|
|
|
|
}
|
1996-07-27 21:54:12 +00:00
|
|
|
|
1997-11-13 23:14:58 +00:00
|
|
|
+#ifndef KEEPMISSINGARTS
|
|
|
|
/* Note that this article has been retrieved and filed */
|
|
|
|
idnode -> used = TRUE;
|
|
|
|
+#endif /* KEEPMISSINGARTS */
|
1996-07-27 21:54:12 +00:00
|
|
|
|
1997-11-13 23:14:58 +00:00
|
|
|
/* Print progress if required */
|
|
|
|
if (progress_flag)
|