Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 38 / a1bb328315f2066e88d8782421335b344aeb35
1 Return-Path: <neil@linux.intel.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 9A542431FBD\r
6         for <notmuch@notmuchmail.org>; Sun,  7 Jul 2013 04:13:35 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -5\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-5 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_HI=-5] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id K2cm6Vzya8VF for <notmuch@notmuchmail.org>;\r
16         Sun,  7 Jul 2013 04:13:29 -0700 (PDT)\r
17 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])\r
18         by olra.theworths.org (Postfix) with ESMTP id 4E340431FAE\r
19         for <notmuch@notmuchmail.org>; Sun,  7 Jul 2013 04:13:29 -0700 (PDT)\r
20 Received: from orsmga002.jf.intel.com ([10.7.209.21])\r
21         by orsmga102.jf.intel.com with ESMTP; 07 Jul 2013 04:10:52 -0700\r
22 X-ExtLoop1: 1\r
23 X-IronPort-AV: E=Sophos;i="4.87,1013,1363158000"; d="scan'208";a="365957319"\r
24 Received: from unknown (HELO neilpc.config) ([10.252.122.25])\r
25         by orsmga002.jf.intel.com with ESMTP; 07 Jul 2013 04:13:18 -0700\r
26 From: Neil Roberts <neil@linux.intel.com>\r
27 To: notmuch@notmuchmail.org\r
28 Subject: [PATCH 0/2] Prompting for the GPG password within Emacs\r
29 Date: Sun,  7 Jul 2013 12:14:30 +0100\r
30 Message-Id: <1373195672-9338-1-git-send-email-neil@linux.intel.com>\r
31 X-Mailer: git-send-email 1.7.11.3.g3c3efa5\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.13\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Sun, 07 Jul 2013 11:13:35 -0000\r
45 \r
46 Hi,\r
47 \r
48 I've recently started using notmuch to try and read PGP-encrypted\r
49 email. However the trouble is I normally access my email remotely via\r
50 SSH and it's very difficult to get gpg-agent to work in those\r
51 circumstances. I've therefore made some patches to try and get Emacs\r
52 to prompt for the password. They are based on the way mml communicates\r
53 with gpg by having two pipes so that notmuch can notify Emacs that it\r
54 needs a password and it will reply on the other.\r
55 \r
56 Regards,\r
57 - Neil\r
58 \r