Re: [PATCH 0/2] Prompting for the GPG password within Emacs
authorPeter Feigl <craven@gmx.net>
Wed, 10 Jul 2013 07:27:07 +0000 (09:27 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:55:57 +0000 (09:55 -0800)
0a/3e7757d9d05b354c7ef375902f638ba9d4ac39 [new file with mode: 0644]

diff --git a/0a/3e7757d9d05b354c7ef375902f638ba9d4ac39 b/0a/3e7757d9d05b354c7ef375902f638ba9d4ac39
new file mode 100644 (file)
index 0000000..abafb78
--- /dev/null
@@ -0,0 +1,87 @@
+Return-Path: <craven@gmx.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 1B4B4431FAF\r
+       for <notmuch@notmuchmail.org>; Wed, 10 Jul 2013 00:32:34 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.001\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
+       tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id udKlsYxbykEE for <notmuch@notmuchmail.org>;\r
+       Wed, 10 Jul 2013 00:32:26 -0700 (PDT)\r
+Received: from mout.gmx.net (mout.gmx.net [212.227.17.22])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0097B431FAE\r
+       for <notmuch@notmuchmail.org>; Wed, 10 Jul 2013 00:32:25 -0700 (PDT)\r
+Received: from mail.nexoid.at ([178.79.130.240]) by mail.gmx.com (mrgmx002)\r
+       with ESMTPSA (Nemesis) id 0M86PB-1U1ZRu1Hpx-00vd5S for\r
+       <notmuch@notmuchmail.org>; Wed, 10 Jul 2013 09:27:19 +0200\r
+Received: from nexoid (localhost [127.0.0.1])\r
+       by mail.nexoid.at (Postfix) with ESMTP id 0A9DE40C97\r
+       for <notmuch@notmuchmail.org>; Wed, 10 Jul 2013 09:27:14 +0200 (CEST)\r
+From: Peter Feigl <craven@gmx.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 0/2] Prompting for the GPG password within Emacs\r
+In-Reply-To: <877ggzeufg.fsf@nexoid.at>\r
+References: <1373195672-9338-1-git-send-email-neil@linux.intel.com>\r
+       <51D9F4E6.1030504@fifthhorseman.net> <87wqp135yn.fsf@nexoid.at>\r
+       <51DA9A8A.5070405@fifthhorseman.net> <87ip0kenoy.fsf@nexoid.at>\r
+       <877ggzeufg.fsf@nexoid.at>\r
+User-Agent: Notmuch/0.15.2+182~gd0bd88f (http://notmuchmail.org)\r
+       Emacs/24.3.50.1 (i686-pc-linux-gnu)\r
+Date: Wed, 10 Jul 2013 09:27:07 +0200\r
+Message-ID: <87ppuqdgdw.fsf@nexoid.at>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\r
+X-Provags-ID: V03:K0:opzVKKNrADYFDWe3N5CtRcC5XcZ4p6msydr8lJZ7wSg4rslEhgh\r
+       iy9r5yibRucjoRt+wMBX68g8COf9QHnzaV9vxWOlQaHf0hg7mhzrvpO9tk3gLYXoQ9npTfj\r
+       K56nCW7h0GyHoFqiONX3N8b5YDvzd61Ze/zq8swmok9wXyYbXlFreKdiof44QHYDTPpa8Wy\r
+       gBIMbbr+kDwgjxvyoVRgQ==\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 10 Jul 2013 07:32:34 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+\r
+Just in case anyone is interested, I wrote a simple pinentry-emacs\r
+script, that uses emacsclient to ask inside emacs for the password.\r
+\r
+Probably not secure, but I'm the only one accessing this host.\r
+\r
+https://github.com/ecraven/pinentry-emacs\r
+\r
+Finally things seem to work reliably :)\r
+\r
+Greetings,\r
+\r
+Peter\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature; name="signature.asc"\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v2.0.20 (GNU/Linux)\r
+Comment: This is a digital signature. For details, see http://www.gnupg.org.\r
+\r
+iEYEARECAAYFAlHdDNEACgkQKbx0MfH7UNzbJACfeZNzjNoc8RKMCmHmzqWjVg6N\r
+A3sAn3Jsc8mmJc2WNHgb8o3AMoUCa4F+\r
+=dRDL\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r