aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-12-07 03:00:06 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-12-07 03:00:06 +0000
commitf72b77a3eca0126a3842265919635bb442202ae3 (patch)
treefbc4ebe8b8ac6e49ae24c07a6be40dcb99b332b0 /fetchmail.h
parent817bc7979baab872631863d477f538a3eeba1aa7 (diff)
downloadfetchmail-f72b77a3eca0126a3842265919635bb442202ae3.tar.gz
fetchmail-f72b77a3eca0126a3842265919635bb442202ae3.tar.bz2
fetchmail-f72b77a3eca0126a3842265919635bb442202ae3.zip
Fixed Ken Estes's lmtp_responses bug.
svn path=/trunk/; revision=2263
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 2f97a016..f3522c51 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -278,9 +278,6 @@ struct msgblk /* message header parsed for open_sink() */
struct idlist *recipients; /* addressees */
char return_path[HOSTLEN + USERNAMELEN + 4];
int reallen;
-
- /* this is written by open_sink */
- int lmtp_responses; /* count of LMTP responses expected */
};