From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66884 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: mail-source.el patch to use netrc-parse Date: Fri, 25 Apr 2008 13:52:46 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86mynh3gxt.fsf@lifelogs.com> References: <86ejbrrvg3.fsf@lifelogs.com> <86d4qhm6qa.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209149430 23552 80.91.229.12 (25 Apr 2008 18:50:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Apr 2008 18:50:30 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15366@lists.math.uh.edu Fri Apr 25 20:51:05 2008 connect(): Connection refused Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JpT0i-0005LP-MM for ding-account@gmane.org; Fri, 25 Apr 2008 20:51:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JpT00-00067E-9p; Fri, 25 Apr 2008 13:50:20 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JpSzz-00066w-1V for ding@lists.math.uh.edu; Fri, 25 Apr 2008 13:50:19 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JpSzt-0000lW-BX for ding@lists.math.uh.edu; Fri, 25 Apr 2008 13:50:19 -0500 Original-Received: from mail.blockstar.com ([170.224.69.95]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JpT05-00020w-00 for ; Fri, 25 Apr 2008 20:50:25 +0200 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id 926397D8EE4 for ; Fri, 25 Apr 2008 11:59:43 -0700 (PDT) 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" X-Hashcash: 1:20:080425:ding@gnus.org::FpwjEZFh6eD50qUm:000021Rj In-Reply-To: <86d4qhm6qa.fsf@lifelogs.com> (Ted Zlatanov's message of "Thu, 28 Feb 2008 09:38:21 -0600") User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66884 Archived-At: On Thu, 28 Feb 2008 09:38:21 -0600 Ted Zlatanov wrote: TZ> Right now it's a special case for IMAP. Instead, I could set up TZ> mail-source-bind to read the authentication info and bind the TZ> corresponding variables for every mail source available. But also see TZ> my authinfo proposal, sent separately. I've now set up mail-source-bind to always check auth-sources (through auth-source.el) for IMAP, POP, and everything else mail-source.el supports. The user name and password will override any others that have been set up; if this is incorrect I can rearrange the priority but I think it's sensible and will make it easier for users to migrate to an authinfo-centered setup. Ted