aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index dccf84cf..9d1c3f1e 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -828,7 +828,7 @@ static int load_params(int argc, char **argv, int optind)
}
/* initialize UID handling */
- if (!versioninfo && (st = prc_filecheck(idfile)) != 0)
+ if (!versioninfo && (st = prc_filecheck(idfile, !versioninfo)) != 0)
exit(st);
#ifdef POP3_ENABLE
else