aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-14 05:23:30 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-14 05:23:30 +0000
commit586eba081f3b3f73b4027aaf1aa364e166d79ca0 (patch)
treef91179ef14e114bc1dc15ade66466d65e0d31671 /fetchmail.h
parent4493b87ecf93c8a2e8c947fd2eb7c503ee347c88 (diff)
downloadfetchmail-586eba081f3b3f73b4027aaf1aa364e166d79ca0.tar.gz
fetchmail-586eba081f3b3f73b4027aaf1aa364e166d79ca0.tar.bz2
fetchmail-586eba081f3b3f73b4027aaf1aa364e166d79ca0.zip
Aded the `received' option.
svn path=/trunk/; revision=878
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 7ee72a2f..2cc6da0a 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -75,6 +75,7 @@ struct hostdata /* shared among all user connections to given server */
char *envelope;
int skip;
int dns;
+ int received;
#ifdef linux
char *interface;