aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-06-29 21:32:04 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-06-29 21:32:04 +0000
commit39dad9fd52a64da0efefce1d0909426de888260b (patch)
tree95bc1ad85730772c104416392978b3f2fcace837 /fetchmail.h
parentd6afd2b946236ebc02d65f14829c6b715dd7c265 (diff)
downloadfetchmail-39dad9fd52a64da0efefce1d0909426de888260b.tar.gz
fetchmail-39dad9fd52a64da0efefce1d0909426de888260b.tar.bz2
fetchmail-39dad9fd52a64da0efefce1d0909426de888260b.zip
Enrico Musio's IP-checkalias patch.
svn path=/trunk/; revision=1944
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index e57f4c32..5f9eef5a 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -141,6 +141,8 @@ struct hostdata /* shared among all user connections to given server */
flag skip; /* suppress poll in implicit mode? */
flag dns; /* do DNS lookup on multidrop? */
flag uidl; /* use RFC1725 UIDLs? */
+ flag checkalias; /* try to resolve aliases by comparing IPs ?*/
+
#ifdef linux
char *interface;