aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-11-20 23:34:37 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-11-20 23:34:37 +0000
commit0da7409298a69b7ed8e48cfabbcead9f2b719ec8 (patch)
treed1fc884580c3394dd3f56491f896aaebbbd50e88 /fetchmail.h
parent3df9348749a59cbf36f44a428667917ffcf63b3d (diff)
downloadfetchmail-0da7409298a69b7ed8e48cfabbcead9f2b719ec8.tar.gz
fetchmail-0da7409298a69b7ed8e48cfabbcead9f2b719ec8.tar.bz2
fetchmail-0da7409298a69b7ed8e48cfabbcead9f2b719ec8.zip
Member rename.
svn path=/trunk/; revision=2200
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;
};