mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Improved S/MIME error message
This commit is contained in:
parent
bd6defc0fa
commit
0ac17ad568
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue