From 1a4bd3b6e4bd25b98a763decd9000b118483b2a8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 13 Jan 1997 20:56:00 +0000 Subject: Better restoration of server options. svn path=/trunk/; revision=753 --- fetchmail.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index f848ab64..105275a0 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -63,9 +63,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; int authenticate; @@ -74,6 +72,8 @@ struct query int skip; /* per-user data */ + struct idlist *localnames; /* including calling user's name */ + int wildcard; /* should unmatched names be passed through */ char remotename [USERNAMELEN+1]; char password [PASSWORDLEN+1]; char mailbox [FOLDERLEN+1]; -- cgit v1.2.3