Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by mail-b.sr.ht (Postfix) with ESMTPS id 30F7FFF0BF for <~sircmpwn/aerc@lists.sr.ht>; Tue, 3 Mar 2020 22:03:06 +0000 (UTC) Authentication-Results: mail-b.sr.ht; dkim=pass (1024-bit key) header.d=cmpwn.com header.i=@cmpwn.com header.b=ESX1Lho/ DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1583272985; bh=4JTV5k4nUSfEkjcTAc5gdqyOAT9kQFVeIs7fUU5H83o=; h=Date:Subject:From:To; b=ESX1Lho/1JnYgTf9TkwLK5FY0Ri629ar7DjNMiMpXYXRN7ytWigjI2uNyHhCidGQX hCWexnRwGGrjc+glPnxX4Otkcwg7t6xCf0muKRnPV33vni15OLzh8jxZY2j7I4joWE 1a1azu6PsAtS2kW+sSBe1ICl5oCfYvyF3yTz+KbU= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 03 Mar 2020 16:58:33 -0500 Subject: Initial PGP support added From: "Drew DeVault" To: <~sircmpwn/aerc@lists.sr.ht> Message-Id: Hey guys, just a head's up to mention that I've added initial support for PGP to aerc. Right now, it supports signature verification and message decryption. If you'd like to give it a try, batteries are not yet included. aerc manages its own keyring, separately from GPG. If you want to bootstrap it from GPG, run the following commands: gpg --export >> ~/.local/share/aerc/keyring.asc gpg --export-secret-keys >> ~/.local/share/aerc/keyring.asc This will be made easier later. I've filed the follow-up work in the following tickets: https://todo.sr.ht/~sircmpwn/aerc2?search=3Dlabel:%22pgp%22 Feedback welcome.