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