aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-07-23 03:40:34 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-07-23 03:40:34 +0000
commit06470851ed8433e49fcb9de36f0010d2c2d6b7cc (patch)
tree9d26019b93cee176075bbb47e993d6e2ca3df998 /fetchmail.c
parentb481a92175821bd7e2d014282cbf01c457b52d3a (diff)
downloadfetchmail-06470851ed8433e49fcb9de36f0010d2c2d6b7cc.tar.gz
fetchmail-06470851ed8433e49fcb9de36f0010d2c2d6b7cc.tar.bz2
fetchmail-06470851ed8433e49fcb9de36f0010d2c2d6b7cc.zip
Minor update.
svn path=/trunk/; revision=2927
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 b1cf9cb8..33041b9d 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -1612,7 +1612,7 @@ static void dump_params (struct runctl *runp,
printf(_(" SMTP message batch limit is %d.\n"), ctl->batchlimit);
else if (outlevel >= O_VERBOSE)
printf(_(" No SMTP message batch limit (--batchlimit 0).\n"));
- if (ctl->server.protocol == P_IMAP)
+ if (ctl->server.protocol != P_ETRN)
{
if (NUM_NONZERO(ctl->expunge))
printf(_(" Deletion interval between expunges forced to %d (--expunge %d).\n"), ctl->expunge, ctl->expunge);