summaryrefslogtreecommitdiff
path: root/news/slurp/files/patch-ab
blob: 492c05683c600514bfada2231e2550b026cf330b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- 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;
 
 		/* Otherwise must be a protocol error */
@@ -358,8 +362,10 @@
 			exit (4);
 		}
 
+#ifndef KEEPMISSINGARTS
 	/* Note that this article has been retrieved and filed */
 	idnode -> used = TRUE;
+#endif /* KEEPMISSINGARTS */
 
 	/* Print progress if required */
 	if (progress_flag)