Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / bd / c7b36371725b1bf7095cb5c8d2b10e3053c2ec
1 Return-Path: <gmn-notmuch@m.gmane.org>\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 AE99A431FAF\r
6         for <notmuch@notmuchmail.org>; Wed, 11 Apr 2012 13:46:39 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 po4u4b4mK27Q for <notmuch@notmuchmail.org>;\r
16         Wed, 11 Apr 2012 13:46:39 -0700 (PDT)\r
17 Received: from plane.gmane.org (plane.gmane.org [80.91.229.3])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id ED8E2431FAE\r
21         for <notmuch@notmuchmail.org>; Wed, 11 Apr 2012 13:46:38 -0700 (PDT)\r
22 Received: from list by plane.gmane.org with local (Exim 4.69)\r
23         (envelope-from <gmn-notmuch@m.gmane.org>) id 1SI4R3-00020n-MW\r
24         for notmuch@notmuchmail.org; Wed, 11 Apr 2012 22:46:37 +0200\r
25 Received: from mag77-1-82-238-14-130.fbx.proxad.net ([82.238.14.130])\r
26         by main.gmane.org with esmtp (Gmexim 0.1 (Debian))\r
27         id 1AlnuQ-0007hv-00\r
28         for <notmuch@notmuchmail.org>; Wed, 11 Apr 2012 22:46:37 +0200\r
29 Received: from olivier.berger by mag77-1-82-238-14-130.fbx.proxad.net with\r
30         local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00\r
31         for <notmuch@notmuchmail.org>; Wed, 11 Apr 2012 22:46:37 +0200\r
32 X-Injected-Via-Gmane: http://gmane.org/\r
33 To: notmuch@notmuchmail.org\r
34 From: Olivier Berger <olivier.berger@it-sudparis.eu>\r
35 Subject: Re: Notmuch not able to decrypt some GPG multipart/encrypted emails -\r
36         Was: Re: How to decrypt multipart/encrypted parts in notmuch-emacs\r
37 Date: Wed, 11 Apr 2012 22:46:23 +0200\r
38 Lines: 47\r
39 Message-ID: <87mx6ingio.fsf@inf-8657.int-evry.fr>\r
40 References: <874nsqe28a.fsf@inf-8657.int-evry.fr>\r
41         <87sjgaciiy.fsf@inf-8657.int-evry.fr>\r
42         <4F85BAC9.9020001@fifthhorseman.net>\r
43 Mime-Version: 1.0\r
44 Content-Type: text/plain; charset=us-ascii\r
45 X-Complaints-To: usenet@dough.gmane.org\r
46 X-Gmane-NNTP-Posting-Host: mag77-1-82-238-14-130.fbx.proxad.net\r
47 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)\r
48 Cancel-Lock: sha1:X0qlDd2TqkjH78pOWDtiTZ1M2nM=\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Wed, 11 Apr 2012 20:46:39 -0000\r
62 \r
63 Hi.\r
64 \r
65 Daniel Kahn Gillmor\r
66 <dkg@fifthhorseman.net> writes:\r
67 \r
68 > On 04/11/2012 12:58 PM, Olivier Berger wrote:\r
69 >> \r
70 >> Dunno what happens. Anyone else ?\r
71 >\r
72 > Are you running gpg-agent?\r
73 >\r
74 \r
75 I wasn't, but was using gnome's keyring daemon instead.\r
76 \r
77 I have added 'use_agent' back in my ~/.gnupg/gpg.conf, rebooted and can\r
78 now see gpg-agent running, and all seems much better.\r
79 \r
80 > what do you get if you do:\r
81 >\r
82 >  gpg-connect-agent /bye\r
83 >\r
84 > (please include the return code)?\r
85 >\r
86 \r
87 Works now, with $? == 0.\r
88 \r
89 > if you are running on a debian or debian-derived system, do you have the\r
90 > gnupg-agent package installed?\r
91 >\r
92 >       --dkg\r
93 >\r
94 \r
95 Thanks for these hints : notmuch show --decrypt works now.\r
96 \r
97 Thanks for your help.\r
98 \r
99 Best regards,\r
100 \r
101 P.S.: I have a somewhat special gpg setup, cause I'm wrapping it with a\r
102 script which tests its options and eventually add necessary bits to\r
103 access a crypted FS on a usb key... some that may have created some of a\r
104 mess in my GPG agent config :-/\r
105 -- \r
106 Olivier BERGER \r
107 http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8\r
108 Ingenieur Recherche - Dept INF\r
109 Institut Mines-Telecom, Telecom SudParis, Evry (France)\r
110 \r