--- /dev/null
+Return-Path: <neil@linux.intel.com>\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 9A542431FBD\r
+ for <notmuch@notmuchmail.org>; Sun, 7 Jul 2013 04:13:35 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -5\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-5 tagged_above=-999 required=5\r
+ tests=[RCVD_IN_DNSWL_HI=-5] 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 K2cm6Vzya8VF for <notmuch@notmuchmail.org>;\r
+ Sun, 7 Jul 2013 04:13:29 -0700 (PDT)\r
+Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])\r
+ by olra.theworths.org (Postfix) with ESMTP id 4E340431FAE\r
+ for <notmuch@notmuchmail.org>; Sun, 7 Jul 2013 04:13:29 -0700 (PDT)\r
+Received: from orsmga002.jf.intel.com ([10.7.209.21])\r
+ by orsmga102.jf.intel.com with ESMTP; 07 Jul 2013 04:10:52 -0700\r
+X-ExtLoop1: 1\r
+X-IronPort-AV: E=Sophos;i="4.87,1013,1363158000"; d="scan'208";a="365957319"\r
+Received: from unknown (HELO neilpc.config) ([10.252.122.25])\r
+ by orsmga002.jf.intel.com with ESMTP; 07 Jul 2013 04:13:18 -0700\r
+From: Neil Roberts <neil@linux.intel.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 0/2] Prompting for the GPG password within Emacs\r
+Date: Sun, 7 Jul 2013 12:14:30 +0100\r
+Message-Id: <1373195672-9338-1-git-send-email-neil@linux.intel.com>\r
+X-Mailer: git-send-email 1.7.11.3.g3c3efa5\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: Sun, 07 Jul 2013 11:13:35 -0000\r
+\r
+Hi,\r
+\r
+I've recently started using notmuch to try and read PGP-encrypted\r
+email. However the trouble is I normally access my email remotely via\r
+SSH and it's very difficult to get gpg-agent to work in those\r
+circumstances. I've therefore made some patches to try and get Emacs\r
+to prompt for the password. They are based on the way mml communicates\r
+with gpg by having two pipes so that notmuch can notify Emacs that it\r
+needs a password and it will reply on the other.\r
+\r
+Regards,\r
+- Neil\r
+\r