diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 5bbe37f8..14c2cfd7 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -673,7 +673,7 @@ struct query *ctl; /* query parameter block */ if (ctl->timeout == CLIENT_TIMEOUT) printf(" (default).\n"); else - printf("\n."); + printf(".\n"); printf(" %s messages will be retrieved (--all %s).\n", ctl->fetchall ? "All" : "Only new", |