aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-08 20:23:21 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-08 20:23:21 +0000
commit74b10ad53f67646209561548fe0b4acfc1f22690 (patch)
tree5f4fea03c6a807c3b1d2ec5737cf0d78ff158358 /fetchmail.c
parent8189282e30abc8e82edafa0031b236ff654f08d9 (diff)
downloadfetchmail-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.c2
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);