From 80397c8adec6b668c9d5ce93e8ca643335b5fb9c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 9 Mar 1999 03:35:10 +0000 Subject: Try to fix a nasty MIME-decoding bug. svn path=/trunk/; revision=2399 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') 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); -- cgit v1.2.3