diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index a50e4dd0..2db2e5b2 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -70,7 +70,7 @@ struct hostrec int fetchall; int flush; int norewrite; - int explicit; + int skip; int port; /* state used for tracking UIDL ids */ |