From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77073 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap authentication prompts? Date: Mon, 21 Feb 2011 15:34:58 -0800 Organization: Programmerer Ingebrigtsen Message-ID: <87zkppj719.fsf@gnus.org> References: <87tyfxfedo.fsf@latte.josefsson.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298331322 17877 80.91.229.12 (21 Feb 2011 23:35:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Feb 2011 23:35:22 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25406@lists.math.uh.edu Tue Feb 22 00:35:16 2011 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.69) (envelope-from ) id 1PrfHg-0003Ct-3W for ding-account@gmane.org; Tue, 22 Feb 2011 00:35:16 +0100 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 1PrfHc-0006Ii-AL; Mon, 21 Feb 2011 17:35:12 -0600 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 1PrfHa-0006IJ-Hr for ding@lists.math.uh.edu; Mon, 21 Feb 2011 17:35:10 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PrfHW-0003ns-HF for ding@lists.math.uh.edu; Mon, 21 Feb 2011 17:35:10 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PrfHV-0005cl-Ds for ding@gnus.org; Tue, 22 Feb 2011 00:35:05 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PrfHU-00039f-Qt for ding@gnus.org; Tue, 22 Feb 2011 00:35:04 +0100 Original-Received: from baybryj.net ([198.144.208.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Feb 2011 00:35:04 +0100 Original-Received: from larsi by baybryj.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Feb 2011 00:35:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 32 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: baybryj.net Mail-Copies-To: never User-Agent: Gnus/5.110012 (No Gnus v0.12) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:TMFF3uvgORZj3Y8cYmSyu6y5g/s= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77073 Archived-At: Simon Josefsson writes: > I am upgrading from a rather old Gnus release, and it works relatively > well so far after I removed all nnir hooks in ~/.emacs. I have this > gnus-secondary-select-method: > > (nnimap "yxa" > (nnimap-stream starttls) > (nnimap-address "localhost") > (nnimap-server-port 1430)) > > and a line in ~/.authinfo for this: > > machine localhost port 1430 login jas password foo Hm... hm... Oh, it could possibly be a type issue? If you change that to the string "1430", does it work then? If so, this is the culprit: (when nnimap-server-port (setq ports (append ports (list nnimap-server-port)))) auth-source expects strings, I think, so that should then be (list (format "%s" nnimap-server-port)) I'll fix that. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen