From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: Emacs core TLS support Date: Wed, 29 Sep 2010 15:05:36 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87k4m4wc1b.fsf@lifelogs.com> References: <878wc1vfh3.fsf@lifelogs.com> <87zkwqijye.fsf@stupidchicken.com> <878w4actmg.fsf@lifelogs.com> <877hju123h.fsf@stupidchicken.com> <8762yklrdk.fsf@lifelogs.com> <87wrqzhrjv.fsf@lifelogs.com> <87fwxmihyz.fsf@lifelogs.com> <8762ycfhqo.fsf@lifelogs.com> <87d3sf9soo.fsf@lifelogs.com> <87r5gh2fzj.fsf@lifelogs.com> <87zkv38cy5.fsf@lifelogs.com> <87iq1ojt10.fsf@notengoamigos.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285791021 25661 80.91.229.12 (29 Sep 2010 20:10:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 29 Sep 2010 20:10:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 29 22:10:15 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P12yk-0003tm-Sj for ged-emacs-devel@m.gmane.org; Wed, 29 Sep 2010 22:10:15 +0200 Original-Received: from localhost ([127.0.0.1]:52415 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P12yk-0006YD-3j for ged-emacs-devel@m.gmane.org; Wed, 29 Sep 2010 16:10:14 -0400 Original-Received: from [140.186.70.92] (port=54460 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P12ye-0006X3-1S for emacs-devel@gnu.org; Wed, 29 Sep 2010 16:10:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P12yc-0005vn-PK for emacs-devel@gnu.org; Wed, 29 Sep 2010 16:10:08 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:37693) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P12yc-0005vU-Eu for emacs-devel@gnu.org; Wed, 29 Sep 2010 16:10:06 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P12ya-0003qX-Mv for emacs-devel@gnu.org; Wed, 29 Sep 2010 22:10:04 +0200 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Sep 2010 22:10:04 +0200 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Sep 2010 22:10:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:SJwdYbR6cLSc0w++1oQruSMDjas= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131085 Archived-At: On Wed, 29 Sep 2010 12:36:59 -0600 Jason Earl wrote: JE> It works here as well, and it seems to be considerably faster to boot. JE> There is one thing that I did have to change from an older setup, JE> however. I keep my authinfo file in ~/.emacs.d/authinfo so that I can JE> version it with the rest of my emacs stuff. I used to set JE> nnimap-authinfo-file for imaps, but with the newest builds it appears JE> that auth-sources is the correct variable to set to customize this. JE> This is not a criticism, as I am excited to see these changes land. It JE> is just a bit of advice for someone else who is interested in testing JE> this code. I think nnimap.el should maybe warn the user on get-new-news if it sees `nnimap-authinfo-file' to save them the frustration of figuring this out. JE> You also might want to consider changing the (BROKEN) in configure.in to JE> (EXPERIMENTAL). I'll do it when I push the API changes I mentioned, thanks :) Ted