Made autocrypt public key inline

This commit is contained in:
M66B 2019-12-24 09:26:29 +01:00
parent 2876e12c7f
commit 76698834e9
1 changed files with 1 additions and 1 deletions

View File

@ -2154,7 +2154,7 @@ class Core {
attachment.sequence = sequence++;
attachment.name = "pubkey.pem";
attachment.type = "application/pgp-keys";
attachment.disposition = Part.ATTACHMENT;
attachment.disposition = Part.INLINE;
attachment.id = db.attachment().insertAttachment(attachment);
try {