------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=138514 winter kde org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From winter kde org 2007-03-06 02:19 ------- SVN commit 639771 by winterz: fix bug "No Content-Description or name for opengpg signatures" thanks for the patch Chris Gagnon. BUGS: 138514 M +1 -1 messagecomposer.cpp --- branches/KDE/3.5/kdepim/kmail/messagecomposer.cpp #639770:639771 @ -1066,7 +1066,7 @ static inline const char * nestedContentType( Kleo::CryptoMessageFormat f, bool signing ) { switch ( f ) { case Kleo::OpenPGPMIMEFormat: - return signing ? "application/pgp-signature" : "application/octet-stream" ; + return signing ? "application/pgp-signature; name=signature.asc \nContent-Description: This is a digitally signed message part." : "application/octet-stream" ; case Kleo::SMIMEFormat: if ( signing ) return "application/pkcs7-signature; name=\"smime.p7s\""; _______________________________________________ KMail developers mailing list KMail-devel@kde.org https://mail.kde.org/mailman/listinfo/kmail-devel