aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-01-18 06:40:25 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-01-18 06:40:25 +0000
commit624b6bec3377d25849725c867d63bf7d98a7aa48 (patch)
treee56daa8947de3b7cd81324f61efbe05f76d84f81 /fetchmail.h
parent194f6a69e8db6392c1c16e228e954312a1b9f347 (diff)
downloadfetchmail-624b6bec3377d25849725c867d63bf7d98a7aa48.tar.gz
fetchmail-624b6bec3377d25849725c867d63bf7d98a7aa48.tar.bz2
fetchmail-624b6bec3377d25849725c867d63bf7d98a7aa48.zip
Added dns/nodns.
svn path=/trunk/; revision=785
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index bd046783..2c2fdb1b 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -67,6 +67,7 @@ struct hostdata /* shared among all user connections to given server */
int timeout;
char *envelope;
int skip;
+ int no_dns;
#ifdef linux
char *interface;
@@ -101,7 +102,7 @@ struct query
int keep;
int fetchall;
int flush;
- int norewrite;
+ int no_rewrite;
int limit;
int fetchlimit;
int batchlimit;