From: Neil Roberts Date: Sun, 7 Jul 2013 11:14:30 +0000 (+0100) Subject: [PATCH 0/2] Prompting for the GPG password within Emacs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=71827500faa144bb54c759fa6874dbd038a4aa9a;p=notmuch-archives.git [PATCH 0/2] Prompting for the GPG password within Emacs --- diff --git a/38/a1bb328315f2066e88d8782421335b344aeb35 b/38/a1bb328315f2066e88d8782421335b344aeb35 new file mode 100644 index 000000000..f79ac7605 --- /dev/null +++ b/38/a1bb328315f2066e88d8782421335b344aeb35 @@ -0,0 +1,58 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 9A542431FBD + for ; Sun, 7 Jul 2013 04:13:35 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -5 +X-Spam-Level: +X-Spam-Status: No, score=-5 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_HI=-5] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id K2cm6Vzya8VF for ; + Sun, 7 Jul 2013 04:13:29 -0700 (PDT) +Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) + by olra.theworths.org (Postfix) with ESMTP id 4E340431FAE + for ; Sun, 7 Jul 2013 04:13:29 -0700 (PDT) +Received: from orsmga002.jf.intel.com ([10.7.209.21]) + by orsmga102.jf.intel.com with ESMTP; 07 Jul 2013 04:10:52 -0700 +X-ExtLoop1: 1 +X-IronPort-AV: E=Sophos;i="4.87,1013,1363158000"; d="scan'208";a="365957319" +Received: from unknown (HELO neilpc.config) ([10.252.122.25]) + by orsmga002.jf.intel.com with ESMTP; 07 Jul 2013 04:13:18 -0700 +From: Neil Roberts +To: notmuch@notmuchmail.org +Subject: [PATCH 0/2] Prompting for the GPG password within Emacs +Date: Sun, 7 Jul 2013 12:14:30 +0100 +Message-Id: <1373195672-9338-1-git-send-email-neil@linux.intel.com> +X-Mailer: git-send-email 1.7.11.3.g3c3efa5 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 07 Jul 2013 11:13:35 -0000 + +Hi, + +I've recently started using notmuch to try and read PGP-encrypted +email. However the trouble is I normally access my email remotely via +SSH and it's very difficult to get gpg-agent to work in those +circumstances. I've therefore made some patches to try and get Emacs +to prompt for the password. They are based on the way mml communicates +with gpg by having two pipes so that notmuch can notify Emacs that it +needs a password and it will reply on the other. + +Regards, +- Neil +