If a message is clearsigned with PGP/GnuPG trailing white spaces are

removed. Therefore the "-- " which marks the begin of the signature is
changed to "--".

The attached patch makes the stripping of signatures work with
clearsigned messages.

svn path=/trunk/kdenetwork/kmail/; revision=109130
wilder-work
Ingo Klcker 25 years ago
parent 1db2daf7eb
commit c15f4002d1
  1. 2
      kmmessage.cpp

@ -446,7 +446,7 @@ static void smartQuote( QString &msg, const QString &ownIndent,
{
QStringList part;
QString startOfSig1;
QString startOfSig2 = ownIndent+"-- ";
QString startOfSig2 = ownIndent+"--";
QString oldIndent;
bool firstPart = true;
int i = 0;

Loading…
Cancel
Save