From kde-commits Mon Sep 30 21:45:03 2002 From: Ingo Kloecker Date: Mon, 30 Sep 2002 21:45:03 +0000 To: kde-commits Subject: kdenetwork/kmail X-MARC-Message: https://marc.info/?l=kde-commits&m=103342417220580 kdenetwork/kmail kmcomposewin.cpp,1.600,1.601 Author: kloecker Modified Files: kmcomposewin.cpp Log Message: - newBodyPart.setCharset( oldBodyPart.charset() ); + newBodyPart.setCharset( mCharset ); This makes sure that the charset of the signed message part is always correct. Previously the charset was empty in the case of a signed message with attachments because then oldBodyPart is a multipart/mixed message part which doesn't (and need not) have a charset set