Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 66 / 88640a76214c820e77c9b80552e89addc71d1c
1 Return-Path: <error4me@gmx.de>\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 37E9B429E25\r
6         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 11:05:53 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id HVzzzQ9O41fj for <notmuch@notmuchmail.org>;\r
17         Thu, 12 Jan 2012 11:05:51 -0800 (PST)\r
18 Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23])\r
19         by olra.theworths.org (Postfix) with SMTP id 2E138431FB6\r
20         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 11:05:51 -0800 (PST)\r
21 Received: (qmail invoked by alias); 12 Jan 2012 19:05:49 -0000\r
22 Received: from p54BE5E25.dip.t-dialin.net (EHLO shi.workgroup) [84.190.94.37]\r
23         by mail.gmx.net (mp055) with SMTP; 12 Jan 2012 20:05:49 +0100\r
24 X-Authenticated: #19296480\r
25 X-Provags-ID: V01U2FsdGVkX1+meL4tEPimLDy7FPUuqO+KFtS2f6hJnLvOfO2EEQ\r
26         XP9nKp7RqnAJmB\r
27 Received: from grfz by shi.workgroup with local (Exim 4.77)\r
28         (envelope-from <error4me@gmx.de>)\r
29         id 1RlPxu-0006iJ-7U; Thu, 12 Jan 2012 20:05:34 +0100\r
30 Date: Thu, 12 Jan 2012 20:05:14 +0100\r
31 From: Gregor Zattler <telegraph@gmx.net>\r
32 To: notmuch <notmuch@notmuchmail.org>\r
33 Subject: Re: Emacs: Crypto: How to get automatic encryption?\r
34 Message-ID: <20120112190514.GA15301@shi.workgroup>\r
35 Mail-Followup-To: notmuch <notmuch@notmuchmail.org>\r
36 References: <20120103195651.GA27869@shi.workgroup>\r
37         <87fwfw8npx.fsf@servo.finestructure.net>\r
38         <87k44wlq5g.fsf@servo.finestructure.net>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 Content-Disposition: inline\r
42 In-Reply-To: <87k44wlq5g.fsf@servo.finestructure.net>\r
43 User-Agent: Mutt/1.5.21 (2010-09-15)\r
44 X-Y-GMX-Trusted: 0\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Thu, 12 Jan 2012 19:05:53 -0000\r
58 \r
59 Hi Jameson,\r
60 * Jameson Graef Rollins <jrollins@finestructure.net> [12. Jan. 2012]:\r
61 > On Tue, 03 Jan 2012 13:45:14 -0800, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
62 >> Unfortunately, auto encrypting of replies to encrypted emails is not yet\r
63 >> implemented.  It is desperately needed, though, obviously.  So this is a\r
64 >> good excuse to start a discussion about how we could achieve this.\r
65 [...]\r
66 > There is a set of patches in the queue to add a JSON output format for\r
67 > reply, with the emacs UI then consuming that to construct the reply\r
68 > template [0].  This will make it very easy to communicate to the emacs\r
69 > UI that the original message was encrypted, and that the reply should be\r
70 > similarly encrypted.  I'm going to wait until that patch set makes it\r
71 > through, and then build this functionality on top of that.\r
72 > [0] id:"1326009162-19524-3-git-send-email-awg+notmuch@xvx.ca"\r
73 \r
74 \r
75 That would be really great.\r
76 \r
77 But how about not only replying encrypted but encrypting every\r
78 email if possible?  "Possible" could mean different things,\r
79 though:\r
80 \r
81 1) encrypt if fully trusted suitable public keys for all\r
82    recipients are GnuPG key ring.\r
83 \r
84 2) encrypt if suitable public keys for all recipients are in\r
85    GnuPGs key ring.\r
86 \r
87 3) try to fetch suitable public keys from server in order to to\r
88    check 2).\r
89 \r
90 \r
91 I for instance fiddled with my mutt configuration to achieve 1).\r
92 \r
93 But I have no clue about how to do this with notmuch/Emacs.\r
94 \r
95 Ciao, Gregor\r
96 -- \r
97  -... --- .-. . -.. ..--.. ...-.-\r