From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53865 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: PATCH: Make IMAP mail sources more robust, was :Re: Working Date: Sun, 31 Aug 2003 08:55:26 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87adc3cqth.fsf@mit.edu> <87lltedm6g.fsf@srcf.ucam.org> <87bru9xjre.fsf_-_@srcf.ucam.org> <87r8339w1y.fsf@srcf.ucam.org> <87ekz2gye2.fsf@srcf.ucam.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062312947 8547 80.91.224.253 (31 Aug 2003 06:55:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Aug 2003 06:55:47 +0000 (UTC) Original-X-From: ding-owner+M2405@lists.math.uh.edu Sun Aug 31 08:55:46 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19tM7m-0004o8-00 for ; Sun, 31 Aug 2003 08:55:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19tM7b-0007io-00; Sun, 31 Aug 2003 01:55:35 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19tM7W-0007ij-00 for ding@lists.math.uh.edu; Sun, 31 Aug 2003 01:55:30 -0500 Original-Received: (qmail 67624 invoked by alias); 31 Aug 2003 06:55:30 -0000 Original-Received: (qmail 67619 invoked from network); 31 Aug 2003 06:55:30 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 31 Aug 2003 06:55:30 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h7V6tQdk025090 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL) for ; Sun, 31 Aug 2003 08:55:27 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030831:ding@gnus.org:e831ab4bb19b975e X-Hashcash: 0:030831:ding@gnus.org:e831ab4bb19b975e In-Reply-To: <87ekz2gye2.fsf@srcf.ucam.org> (Gaute B. Strokkenes's message of "Sun, 31 Aug 2003 07:00:05 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53865 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53865 Gaute B Strokkenes writes: >> And you can forget about installing ssl.el when you upgrade Emacs. > > Hmm? > > gs234@belldandy:~$ locate ssl.el > /home/gs234/gnus/contrib/ssl.el > gs234@belldandy:~$ > > A cursory examination indicates that none of the ssl support in Gnus > is dependent on that file. (load-library "ssl") throws an error for > me. Oops, I forgot ssl.el isn't necessary any more.