aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-06-05 06:57:59 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-06-05 06:57:59 +0000
commit3e1dcfa582687258c8ef93604bd6882e9b3e40c6 (patch)
tree3b74bc8a5d511e8b900653d9d5a400e583072f1e /fetchmail.c
parent6fa2bfb1da93ab763e3df6d8bf1ae9e0fa6a99a1 (diff)
downloadfetchmail-3e1dcfa582687258c8ef93604bd6882e9b3e40c6.tar.gz
fetchmail-3e1dcfa582687258c8ef93604bd6882e9b3e40c6.tar.bz2
fetchmail-3e1dcfa582687258c8ef93604bd6882e9b3e40c6.zip
Tracepolls switch implemented.
svn path=/trunk/; revision=3337
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c
index c2a2880e..3d145499 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -849,6 +849,7 @@ static void optmerge(struct query *h2, struct query *h1, int force)
#endif
FLAG_MERGE(expunge);
+ FLAG_MERGE(tracepolls);
FLAG_MERGE(properties);
#undef FLAG_MERGE
}
@@ -1817,6 +1818,11 @@ static void dump_params (struct runctl *runp,
}
}
+ if (ctl->tracepolls)
+ printf(_(" Poll trace information will be added to the Received header.\n"));
+ else if (outlevel >= O_VERBOSE)
+ printf(_(" No poll trace information will be added to the Received header.\n.\n"));
+
if (ctl->properties)
printf(_(" Pass-through properties \"%s\".\n"),
visbuf(ctl->properties));