aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 64aee240..26bf4c26 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -275,7 +275,7 @@ struct query
struct msgblk /* message header parsed for open_sink() */
{
char *headers; /* raw message headers */
- struct idlist *xmit_names; /* addressees */
+ struct idlist *recipients; /* addressees */
char return_path[HOSTLEN + USERNAMELEN + 4];
int reallen;
};