diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-03-09 03:35:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-03-09 03:35:10 +0000 |
commit | 80397c8adec6b668c9d5ce93e8ca643335b5fb9c (patch) | |
tree | 7d208bed05aeb75d88eda567bf1b8f14b89afd17 /fetchmail.h | |
parent | 4acf011e3556517bf6c73fefab0073abefc05df0 (diff) | |
download | fetchmail-80397c8adec6b668c9d5ce93e8ca643335b5fb9c.tar.gz fetchmail-80397c8adec6b668c9d5ce93e8ca643335b5fb9c.tar.bz2 fetchmail-80397c8adec6b668c9d5ce93e8ca643335b5fb9c.zip |
Try to fix a nasty MIME-decoding bug.
svn path=/trunk/; revision=2399
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 3549130a..c02bb768 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -432,7 +432,7 @@ int from64tobits(char *, const char *); #define MSG_NEEDS_DECODE 0x80 extern void UnMimeHeader(unsigned char *buf); extern int MimeBodyType(unsigned char *hdrs, int WantDecode); -extern int UnMimeBodyline(unsigned char **buf, int collapsedoubledot); +extern int UnMimeBodyline(unsigned char **buf, flag delimited, flag issoftline); /* interface.c */ void interface_init(void); |