aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c15
1 files changed, 5 insertions, 10 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 08d051af..570238b1 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -627,17 +627,12 @@ int main(int argc, char **argv)
querystatus = query_host(ctl);
#ifdef POP3_ENABLE
- /* Save UID list to prevent re-fetch in cases fetchmail
- recover from crash */
if (!check_only)
- if ((querystatus==PS_SUCCESS)||(querystatus==PS_MAXFETCH))
- {
- update_str_lists(ctl);
-
- write_saved_lists(querylist, run.idfile);
- if (outlevel >= O_DEBUG)
- report(stdout, _("saved UID List\n"));
- }
+ {
+ write_saved_lists(querylist, run.idfile);
+ if (outlevel >= O_DEBUG)
+ report(stdout, _("saved UID lists\n"));
+ }
#endif /* POP3_ENABLE */
if (querystatus == PS_SUCCESS)