mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Small improvement
This commit is contained in:
@@ -938,6 +938,8 @@ public class EmailService implements AutoCloseable {
|
||||
|
||||
String getFingerPrintSelect() {
|
||||
try {
|
||||
if (certificate == null)
|
||||
return null;
|
||||
String keyId = getKeyId(certificate);
|
||||
String fingerPrint = getFingerPrint(certificate);
|
||||
return fingerPrint + (keyId == null ? "" : "/" + keyId);
|
||||
|
||||
Reference in New Issue
Block a user