1.1 --- a/src/etpan_mime.h Thu Mar 22 23:41:21 2018 +0100
1.2 +++ b/src/etpan_mime.h Fri Mar 23 00:08:43 2018 +0100
1.3 @@ -80,7 +80,7 @@
1.4 bool _is_PGP_MIME(struct mailmime_content *content);
1.5 bool _is_text_part(struct mailmime_content *content, const char *subtype);
1.6 bool must_field_value_be_encoded(const char* field_value);
1.7 -bool must_chunk_be_encoded(const void* value, size_t size);
1.8 +bool must_chunk_be_encoded(const void* value, size_t size, bool ignore_fws);
1.9
1.10
1.11 int _get_content_type(