mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Revert "Explicitly set userid for PGP sign key"
This reverts commit d8ad5e4095.
This commit is contained in:
@@ -2704,9 +2704,6 @@ public class FragmentCompose extends FragmentBase {
|
||||
if (identity == null)
|
||||
throw new IllegalArgumentException(context.getString(R.string.title_from_missing));
|
||||
|
||||
if (OpenPgpApi.ACTION_GET_SIGN_KEY_ID.equals(data.getAction()))
|
||||
data.putExtra(OpenPgpApi.EXTRA_USER_ID, identity.email.toLowerCase(Locale.ROOT));
|
||||
|
||||
// Create files
|
||||
File tmp = new File(context.getFilesDir(), "encryption");
|
||||
if (!tmp.exists())
|
||||
|
||||
Reference in New Issue
Block a user