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 c1913f1a..d65c9c85 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -82,6 +82,7 @@ struct hostdata /* shared among all user connections to given server */ char *canonical_name; /* DNS canonical name of server host */ #endif /* HAVE_GETHOSTBYNAME */ struct hostdata *lead_server; /* ptr to lead query for this server */ + int esmtp_options; }; struct query |