diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 495ec823..30bad06a 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -121,6 +121,7 @@ struct query char *smtphost; /* actual SMTP host to point to */ char *mda; /* local MDA to pass mail to */ char *preconnect; /* pre-connection command to execute */ + char *postconnect; /* post-connection command to execute */ /* per-user control flags */ flag keep; /* if TRUE, leave messages undeleted */ |