From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jens Lechtenboerger Newsgroups: gmane.emacs.help Subject: Re: Default PGP encryption in emacs message mode Date: Thu, 01 Sep 2016 08:59:22 +0200 Message-ID: <87y43caywl.fsf@informationelle-selbstbestimmung-im-internet.de> References: <871t14oqew.fsf@informationelle-selbstbestimmung-im-internet.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1472713358 15666 195.159.176.226 (1 Sep 2016 07:02:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 1 Sep 2016 07:02:38 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Arun Isaac Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 01 09:02:33 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bfM18-0003IT-MI for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Sep 2016 09:02:30 +0200 Original-Received: from localhost ([::1]:57503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfM16-000052-Bq for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Sep 2016 03:02:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfLyS-0007Up-Ui for help-gnu-emacs@gnu.org; Thu, 01 Sep 2016 02:59:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfLyP-0007lb-RN for help-gnu-emacs@gnu.org; Thu, 01 Sep 2016 02:59:44 -0400 Original-Received: from mx2.mailbox.org ([80.241.60.215]:40664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfLyP-0007lP-Km for help-gnu-emacs@gnu.org; Thu, 01 Sep 2016 02:59:41 -0400 Original-Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 3793643B8E; Thu, 1 Sep 2016 08:59:40 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Original-Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id EsOM33tMZz7s; Thu, 1 Sep 2016 08:59:26 +0200 (CEST) OpenPGP: id=0xA142FD84; url=http://www.informationelle-selbstbestimmung-im-internet.de/A142FD84.asc Mail-Followup-To: Arun Isaac , "help-gnu-emacs\@gnu.org" In-Reply-To: (Arun Isaac's message of "Thu, 01 Sep 2016 00:12:29 +0530") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.241.60.215 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111229 Archived-At: On 2016-09-01, at 00:12, Arun Isaac wrote: >> You may like: https://www.emacswiki.org/emacs/DefaultEncrypt > > I am familiar with this emacs wiki page. But, I feel that default > encryption is a feature important enough to be built into emacs itself, > and shouldn't need you to write too much emacs lisp on your own. I agree completely. Some code of the previous versions is integrated into message behavior already, but currently I don=E2=80=99t have time to integrate the rest (in particular, writing test suites). It=E2=80=99s free software, so go for it if you like :-) I=E2=80=99m happy to help as far as I can. (There is no separate Gnus anymore, for which I had git access, and I don=E2=80=99t know anything about the Emacs repository. The previous Gnus test cases such as gnustest-mml-sec.el don=E2=80=99t seem to exist in the Emacs git repository.) Best wishes Jens