diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-07-19 14:51:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-07-19 14:51:00 +0000 |
commit | 73799e479c5ff0f5788212cc06c35792c2da3149 (patch) | |
tree | bde01323a8d059a82c72b290b336ba12b3bad80b /fetchmail.h | |
parent | c2398336ad81e3d7e9ff6ce76528bcc934367e40 (diff) | |
download | fetchmail-73799e479c5ff0f5788212cc06c35792c2da3149.tar.gz fetchmail-73799e479c5ff0f5788212cc06c35792c2da3149.tar.bz2 fetchmail-73799e479c5ff0f5788212cc06c35792c2da3149.zip |
Freeze bug fixes befoire adding more features.
svn path=/trunk/; revision=38
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index b9b1cdcf..3eaa1df9 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -21,7 +21,7 @@ #define PASSWORDLEN MAX_PASSWORD_LENGTH #define FOLDERLEN 256 /* max folder name length */ #define DIGESTLEN 33 /* length of MD5 digest */ -#define MDALEN 33 /* length of delivery agent command */ +#define MDALEN 256 /* length of delivery agent command */ /* exit code values */ #define PS_SUCCESS 0 /* successful receipt of messages */ @@ -57,6 +57,7 @@ struct hostrec { int protocol; int fetchall; int flush; + int rewrite; /* dependent on the above members */ int output; |