diff options
Diffstat (limited to 'src/text.cpp')
-rw-r--r-- | src/text.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/text.cpp b/src/text.cpp index 24544567..66c3b353 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -320,12 +320,6 @@ void text::createFromString(const string& in, const charset& ch) } else { - if (count) - { - ref <word> w = getWordAt(getWordCount() - 1); - w->getBuffer() += ' '; - } - appendWord(vmime::create <word> (chunk, charset(charsets::US_ASCII))); |