From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66896 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.gnus.general Subject: Re: Error in `mail-source-bind' when fetching mail Date: Mon, 28 Apr 2008 12:11:47 +0200 Organization: Linux Private Site Message-ID: References: <874p9pqhnj.fsf@ID-24456.user.uni-berlin.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1209377586 21019 80.91.229.12 (28 Apr 2008 10:13:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2008 10:13:06 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15377@lists.math.uh.edu Mon Apr 28 12:13:42 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 1JqQMf-0003mo-GG for ding-account@gmane.org; Mon, 28 Apr 2008 12:13:41 +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 1JqQL9-0003h1-Cl; Mon, 28 Apr 2008 05:12:07 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JqQL7-0003gm-Q5 for ding@lists.math.uh.edu; Mon, 28 Apr 2008 05:12:05 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JqQL1-0002DM-FZ for ding@lists.math.uh.edu; Mon, 28 Apr 2008 05:12:05 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JqQLC-0002jA-00 for ; Mon, 28 Apr 2008 12:12:10 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JqQKw-000740-5I for ding@gnus.org; Mon, 28 Apr 2008 10:11:54 +0000 Original-Received: from dsl01.83.171.156.77.ip-pool.nefkom.net ([83.171.156.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Apr 2008 10:11:54 +0000 Original-Received: from schwab by dsl01.83.171.156.77.ip-pool.nefkom.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Apr 2008 10:11:54 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dsl01.83.171.156.77.ip-pool.nefkom.net X-Yow: Everywhere I look I see NEGATIVITY and ASPHALT... User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:JBXfLzrzCMM7oTd3cNiEkVLpK8c= X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66896 Archived-At: Ted Zlatanov writes: > I made a fix that should do the right thing; Unfortunately not. Andreas. 2008-04-28 Andreas Schwab * mail-source.el (mail-source-bind): Fix password vs. user mixup. --- lisp/mail-source.el.~7.35.~ 2008-04-28 11:49:11.000000000 +0200 +++ lisp/mail-source.el 2008-04-28 12:06:45.000000000 +0200 @@ -466,7 +466,7 @@ the `mail-source-keyword-map' variable." ;; this is "host" in auth-sources (if (boundp 'server) (symbol-value 'server) "") ',(car type-source)) - (when (boundp 'user) (symbol-value 'user))))) + (when (boundp 'password) (symbol-value 'password))))) (unless user (unintern 'user)) (unless password -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."