aboutsummaryrefslogtreecommitdiffstats
path: root/etrn.c
diff options
context:
space:
mode:
Diffstat (limited to 'etrn.c')
-rw-r--r--etrn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/etrn.c b/etrn.c
index c931d2cc..12ee2f20 100644
--- a/etrn.c
+++ b/etrn.c
@@ -117,7 +117,7 @@ int doETRN (struct query *ctl)
fprintf(stderr, "Option --flush is not supported with ETRN\n");
return(PS_SYNTAX);
}
- if (ctl->mailbox) {
+ if (ctl->mailboxes) {
fprintf(stderr, "Option --remote is not supported with ETRN\n");
return(PS_SYNTAX);
}