mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Improved S/MIME error message
This commit is contained in:
@@ -6897,7 +6897,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
break;
|
||||
}
|
||||
|
||||
if (result == null)
|
||||
if (result == null && !args.containsKey("reason"))
|
||||
args.putString("reason", matching
|
||||
? "Signature could not be verified"
|
||||
: "Certificates and signatures do not match");
|
||||
|
||||
Reference in New Issue
Block a user