mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Improved autocrypt #342
This commit is contained in:
parent
636ffe5fbb
commit
05d8e7b353
3 changed files with 12 additions and 2 deletions
|
|
@ -840,6 +840,8 @@ export class ComposePopupView extends AbstractViewPopup {
|
|||
this.aDraftInfo = ['reply', message.uid, message.folder];
|
||||
this.sInReplyTo = message.messageId;
|
||||
this.sReferences = (message.messageId + ' ' + message.references).trim();
|
||||
// OpenPGP “Transferable Public Key”
|
||||
// message.autocrypt?.keydata
|
||||
break;
|
||||
|
||||
case ComposeType.Forward:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue