diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
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; |