Hi, I'm translating Trojit=E1 and found this message: Unsupported PGP/MIME version. Expected "Version: 1", got "%2". And this is the corresponding source code (in GpgME++.cpp): if (!versionString.contains(QLatin1String("Version: 1"))) { forwardFailure(tr("Malformed Encrypted Message"), tr("Unsupported PGP/MIME version. Expected \"Version: 1\", got \"%2\".").arg(versionString), QStringLiteral("emblem-error")); return; } Clearly, %2 should be %1. Regards, --=20 Eloy Cuadra