forked from pool/libvmime
Jan Engelhardt
6f17748848
OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=9
21 lines
633 B
Diff
21 lines
633 B
Diff
References: https://github.com/kisli/vmime/issues/149
|
|
|
|
libkcinetmapi does a much better fixup on its own.
|
|
---
|
|
src/vmime/text.cpp | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
Index: vmime-0.9.2.g500/src/vmime/text.cpp
|
|
===================================================================
|
|
--- vmime-0.9.2.g500.orig/src/vmime/text.cpp
|
|
+++ vmime-0.9.2.g500/src/vmime/text.cpp
|
|
@@ -401,8 +401,6 @@ text* text::decodeAndUnfold(const parsin
|
|
out->removeAllWords();
|
|
|
|
std::vector <shared_ptr <word> > words = word::parseMultiple(ctx, in, 0, in.length(), NULL);
|
|
- fixBrokenWords(words);
|
|
-
|
|
copy_vector(words, out->m_words);
|
|
|
|
return (out);
|