From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58908 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: pop3.el itegration with netrc.el Date: Fri, 15 Oct 2004 19:43:12 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4n7jpu4o7d.fsf@lifelogs.com> <4nis9baoz3.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097862258 12340 80.91.229.6 (15 Oct 2004 17:44:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Oct 2004 17:44:18 +0000 (UTC) Original-X-From: ding-owner+M7446@lists.math.uh.edu Fri Oct 15 19:44:08 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CIW7b-0004HZ-00 for ; Fri, 15 Oct 2004 19:44:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CIW7K-0003BI-00; Fri, 15 Oct 2004 12:43:50 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CIW7G-0003BD-00 for ding@lists.math.uh.edu; Fri, 15 Oct 2004 12:43:46 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CIW7D-0007YH-PO for ding@lists.math.uh.edu; Fri, 15 Oct 2004 12:43:44 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id BA9D73A0054 for ; Fri, 15 Oct 2004 12:43:38 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CIW77-0006ly-00 for ; Fri, 15 Oct 2004 19:43:37 +0200 Original-Received: from c494102a.s-bi.bostream.se ([217.215.27.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2004 19:43:37 +0200 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2004 19:43:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 31 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:yz98wblA2znPomP7Iu8MFCP94Uk= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58908 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58908 "Ted Zlatanov" writes: > I'm attaching the new encrypt.el (mostly gnus-encrypt.el minus cruft > and with a search&replace done) and the related netrc.el (just > search&replace of gnus-encrypt with encrypt). > > Let me know if it looks OK before I put it into Gnus. Looks fine (untested though). Perhaps there should be some autoload cookies in encrypt.el, to avoid the autoload declarations inside netrc.el. > gnus-encrypt.el will become a shallow wrapper with no options for > now if this conversion happens. Would gnus-encrypt.el still be useful? > If password.el, netrc.el, encrypt.el, and pop3.el move to Emacs, > that's OK but I don't have CVS access to Emacs source code so it will > be harder for me to maintain those files. I'd say we can maintain them in Gnus CVS, and sync the version in Emacs from time to time. When you have installed the files in Gnus HEAD, I'll write a proposal to install them in Emacs CVS on emacs-devel, and install them if nobody object. Since it is new functionality, I'm assuming they shouldn't go into Gnus 5.10. Hopefully by moving the files away from emacs/lisp/gnus/ the auto-sync gateway won't merge the files back into Gnus 5.10.