diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-08 20:23:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-08 20:23:21 +0000 |
commit | 74b10ad53f67646209561548fe0b4acfc1f22690 (patch) | |
tree | 5f4fea03c6a807c3b1d2ec5737cf0d78ff158358 /fetchmail.c | |
parent | 8189282e30abc8e82edafa0031b236ff654f08d9 (diff) | |
download | fetchmail-74b10ad53f67646209561548fe0b4acfc1f22690.tar.gz fetchmail-74b10ad53f67646209561548fe0b4acfc1f22690.tar.bz2 fetchmail-74b10ad53f67646209561548fe0b4acfc1f22690.zip |
Added the --invisible option.
svn path=/trunk/; revision=1492
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 73a1cb3f..4e346a77 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -170,6 +170,8 @@ int main (int argc, char **argv) if (use_syslog) printf("Progress messages will be logged via syslog\n"); #endif + if (use_invisible) + printf("Fetchmail will masquerade and will not generate Received\n"); for (ctl = querylist; ctl; ctl = ctl->next) { if (ctl->active && !(implicitmode && ctl->server.skip)) dump_params(ctl); |