aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index be3fb47b..ed3dc365 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -145,6 +145,7 @@ struct method
int port; /* service port */
bool tagged; /* if true, generate & expect command tags */
bool delimited; /* if true, accept "." message delimiter */
+ bool force_getsizes; /* if true, fetch's size return unreliable */
int (*parse_response)(); /* response_parsing function */
int (*getauth)(); /* authorization fetcher */
int (*getrange)(); /* get message range to fetch */