From: Peter Feigl Date: Tue, 9 Jul 2013 13:26:11 +0000 (+0200) Subject: Re: [PATCH 0/2] Prompting for the GPG password within Emacs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=58bffde7c00c8c7237d52ec2052aa70f21de628c;p=notmuch-archives.git Re: [PATCH 0/2] Prompting for the GPG password within Emacs --- diff --git a/02/d914652c85be18600b43a16270303381a05286 b/02/d914652c85be18600b43a16270303381a05286 new file mode 100644 index 000000000..0cdaf63a0 --- /dev/null +++ b/02/d914652c85be18600b43a16270303381a05286 @@ -0,0 +1,71 @@ +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 E0644431FAF + for ; Tue, 9 Jul 2013 06:26:23 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.001 +X-Spam-Level: +X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 + tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001] + 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 qRp7iC72Si0B for ; + Tue, 9 Jul 2013 06:26:17 -0700 (PDT) +Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) + by olra.theworths.org (Postfix) with ESMTP id 25FDB431FAE + for ; Tue, 9 Jul 2013 06:26:16 -0700 (PDT) +Received: from mail.nexoid.at ([178.79.130.240]) by mail.gmx.com (mrgmx003) + with ESMTPSA (Nemesis) id 0Md3li-1UfZ0o22Lq-00IHaX; + Tue, 09 Jul 2013 15:26:12 +0200 +Received: from nexoid (localhost [127.0.0.1]) + by mail.nexoid.at (Postfix) with ESMTP id D685BE01D; + Tue, 9 Jul 2013 15:26:11 +0200 (CEST) +From: Peter Feigl +To: Daniel Kahn Gillmor +Subject: Re: [PATCH 0/2] Prompting for the GPG password within Emacs +In-Reply-To: <87ip0kenoy.fsf@nexoid.at> +References: <1373195672-9338-1-git-send-email-neil@linux.intel.com> + <51D9F4E6.1030504@fifthhorseman.net> <87wqp135yn.fsf@nexoid.at> + <51DA9A8A.5070405@fifthhorseman.net> <87ip0kenoy.fsf@nexoid.at> +User-Agent: Notmuch/0.15.2+182~gd0bd88f (http://notmuchmail.org) + Emacs/24.3.50.1 (i686-pc-linux-gnu) +Date: Tue, 09 Jul 2013 15:26:11 +0200 +Message-ID: <877ggzeufg.fsf@nexoid.at> +MIME-Version: 1.0 +Content-Type: text/plain +X-Provags-ID: V03:K0:BB3TRnlzB37LIcaucDclcD/IVCAmWVRc2BzSey/hVErjmKujgzs + +vUK9obxrZn7bTqF4mhzgMxYI61wphFgb8rd+MRI3c0n+tcxkG/MvSmdPeM75IlxxvGQFip + QkVaDgVXQUTuCqWamdr8kqeJJZbQrjRu8YQvG3czGlHHJ4bcP0qx7jZmNscZvrLFpANdFLb + 6s173UvH+kytUgUAoOVEA== +Cc: notmuch@notmuchmail.org +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: Tue, 09 Jul 2013 13:26:24 -0000 + +> But this seems to be related to pinentry-curses, not notmuch, so I'll +> try to take it somewhere there, maybe they or the tmux people can help +> me :) + +Further investigation shows that pinentry-curses doesn't work under +TERM=dumb (which emacs seems to use), and I cannot find a way to make +MML use gpg1 (instead of gpg2, which is the default for Arch Linux). EPA +for en- and decrypting files works fine though. +If anyone knows how to fix this, I'd be really glad about pointers. + +Thank you, + +Peter