Merge remote-tracking branch 'origin/Applications/19.04'

wilder
Laurent Montel 7 years ago
commit c5f82adec7
  1. 3
      src/editor/kmcomposerwin.cpp

@ -1957,7 +1957,8 @@ void KMComposerWin::slotInsertRecentFile(const QUrl &u)
encoding = encodings[ index ];
} else {
qCDebug(KMAIL_LOG) << " encoding not found so we can't insert text"; //see InsertTextFileJob
return;
encoding = QStringLiteral("UTF-8");
//return;
}
MessageComposer::InsertTextFileJob *job = new MessageComposer::InsertTextFileJob(mComposerBase->editor(), u);

Loading…
Cancel
Save