add keys we don't know about, just for fun

This commit is contained in:
Vincent Breitmoser 2014-03-11 02:40:57 +01:00
parent 74027abdad
commit 8b4a63d5c4

View File

@ -254,6 +254,8 @@ public class ProviderHelper {
+ " from "
+ PgpKeyHelper.convertKeyIdToHex(cert.getKeyID())
);
operations.add(buildPublicCertOperations(
context, keyRingRowId, userIdRank, masterKey.getKeyID(), cert, false));
}
// if we wanted to save all, not just our own verifications
// buildPublicCertOperations(context, keyRingRowId, rank, cert, verified);