From kmail-devel Tue Mar 06 01:19:18 2007 From: Allen Winter Date: Tue, 06 Mar 2007 01:19:18 +0000 To: kmail-devel Subject: [Bug 138514] No Content-Description or name for opengpg signatures Message-Id: <20070306011918.4211.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kmail-devel&m=117314400226240 ------- 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