From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58864 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: pop3.el itegration with netrc.el Date: Thu, 14 Oct 2004 20:21:26 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4n7jpu4o7d.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 1097778152 31252 80.91.229.6 (14 Oct 2004 18:22:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Oct 2004 18:22:32 +0000 (UTC) Original-X-From: ding-owner+M7402@lists.math.uh.edu Thu Oct 14 20:22:21 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 1CIAF3-0001Gw-00 for ; Thu, 14 Oct 2004 20:22:21 +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 1CIAEi-00057d-00; Thu, 14 Oct 2004 13:22:00 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CIAEa-00057X-00 for ding@lists.math.uh.edu; Thu, 14 Oct 2004 13:21:52 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CIAEX-0000pV-4F for ding@lists.math.uh.edu; Thu, 14 Oct 2004 13:21:49 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id 3E56E3A0038 for ; Thu, 14 Oct 2004 13:21:47 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CIAET-0007Mo-00 for ; Thu, 14 Oct 2004 20:21:45 +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 ; Thu, 14 Oct 2004 20:21:45 +0200 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Oct 2004 20:21:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 15 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:5KoenWf0szRcRXF6NE0lRL4DRLI= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58864 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58864 "Ted Zlatanov" writes: > pop3.el seems to be separate from the rest of Gnus, so I'm not sure if > I should add netrc.el (authinfo) support to it - then pop3.el would > also depend on gnus-encrypt.el. Please advise. There are many incompatible forks of pop3.el, the copy in Gnus CVS used to be one of them. I see now that the copies in Gnus CVS and Emacs CVS are in sync. I'm not sure how that happened, but it is a good thing. So perhaps we can make this one the canonical copy, and add new features to it. I'd say go ahead. Btw, is it difficult to modularize gnus-encrypt.el into, say, encrypt.el, that doesn't use a lot of Gnus functions? I recall some discussions about that, though.