source:
npl/overig/libvmime/vmime-disable-rfc2231.diff
@
c5c522c
Last change on this file since c5c522c was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 575 bytes |
-
src/parameter.cpp
diff -urb libvmime-0.9.2.orig/src/parameter.cpp libvmime-0.9.2/src/parameter.cpp
old new 403 403 404 404 // Also generate an extended parameter if the value contains 8-bit characters 405 405 // or is too long for a single line 406 if (extended || cutValue) 406 407 // Disable RFC-2231 header generation. Some email clients have bad reactions to it. 408 if ((extended || cutValue) && false) 407 409 { 408 410 409 411 #if VMIME_ALWAYS_GENERATE_7BIT_PARAMETER
Note: See TracBrowser
for help on using the repository browser.