Made autocrypt public key inline

pull/170/head
M66B 5 years ago
parent 2876e12c7f
commit 76698834e9

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

Loading…
Cancel
Save