From 9e70be8aaa478c5d30b5f19678a432f32b0772d9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 16 Oct 1998 14:40:15 +0000 Subject: Do pre-computation of destination address correctly. svn path=/trunk/; revision=2093 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 57678a5e..41e91f52 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -205,6 +205,7 @@ struct query /* internal use */ flag active; /* should we actually poll this server? */ + char *destaddr; /* destination host for this query */ int errcount; /* count transient errors in last pass */ int smtp_socket; /* socket descriptor for SMTP connection */ unsigned int uid; /* UID of user to deliver to */ -- cgit v1.2.3