mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Bugfix: GnuPG decrypt failed
This commit is contained in:
parent
da2ab68fcc
commit
baacddd324
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ export const GnuPGUserStore = new class {
|
|||
let params = {
|
||||
folder: message.folder,
|
||||
uid: message.uid,
|
||||
partId: pgpInfo.PartId,
|
||||
partId: pgpInfo.partId,
|
||||
keyId: key.id,
|
||||
passphrase: await askPassphrase(key, 'BUTTON_DECRYPT'),
|
||||
data: '' // message.plain() optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue