aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-01-09 08:14:53 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-01-09 08:14:53 +0000
commit7f32cacbd31832e7c2410b24a40aa6e7c8f820bf (patch)
tree0501dab30bd6a176d1439b108a511aee14572daf /fetchmail.h
parent6feef116d81caa80cc12ebdfc041df358418f2f1 (diff)
downloadfetchmail-7f32cacbd31832e7c2410b24a40aa6e7c8f820bf.tar.gz
fetchmail-7f32cacbd31832e7c2410b24a40aa6e7c8f820bf.tar.bz2
fetchmail-7f32cacbd31832e7c2410b24a40aa6e7c8f820bf.zip
Added localdomains option.
svn path=/trunk/; revision=724
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 bced71ba..f848ab64 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -64,6 +64,7 @@ struct query
/* per-host data */
struct idlist *servernames; /* servername first, then akas */
struct idlist *localnames; /* including calling user's name */
+ struct idlist *localdomains; /* list of pass-through domains */
int wildcard; /* should unmatched names be passed through */
int protocol;
int port;