From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4451 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.user Subject: Re: One more authinfo file posting Date: Wed, 09 Feb 2005 15:21:06 +0100 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: References: <85hdkmi00b.fsf@mail.bn-software.de> Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670363 23282 80.91.229.2 (31 Jan 2006 01:19:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:19:23 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:47 2006 Original-Newsgroups: gnu.emacs.gnus X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML;)7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+;CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf,d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm Mail-Copies-To: nobody User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:BNCp/pp0OQApngs5sLTmGc0mdto= Original-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de Original-X-Trace: news.uni-ulm.de 1107958872 134.60.10.123 (9 Feb 2005 15:21:12 +0100) Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!news.tele.dk!news.tele.dk!small.news.tele.dk!npeer.de.kpn-eurorings.net!news.uni-stuttgart.de!news.belwue.de!news.uni-ulm.de!bridgekeeper.physik.uni-ulm.de!not-for-mail Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4592 Original-Lines: 43 X-Gnus-Article-Number: 4592 Tue Jan 17 17:33:47 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4451 Archived-At: On Wed, Feb 09 2005, Stefan Kamphausen wrote: > The problem is -once again- that the authinfo file defined in my > nnimap settings won't be read. I've tried (probably) all combinations > of: > - the name of the IMAP server (IP, FQDN, short name) > - the port (143, imap, 993, none at all) > and the matching settings in my .authinfo file ([1]). It's hard to guess if you omit the most important part, the content of the authinfo file (~/.imap-othermailbox). Be sure to erase any passwords. > I would really like to see some messages in the *nnimap-debug* buffer, > telling me for what it was looking in which file and what it found and > why it chose not to use such a line. As a quick check, use the following patch: --8<---------------cut here---------------start------------->8--- --- nnimap.el 19 Sep 2004 19:59:10 +0200 6.71.2.6 +++ nnimap.el 09 Feb 2005 15:12:55 +0100 @@ -722,7 +722,9 @@ (imap-capability 'IMAP4rev1 nnimap-server-buffer)) (imap-close nnimap-server-buffer) (nnheader-report 'nnimap "Server %s is not IMAP4 compliant" server)) - (let* ((list (gnus-parse-netrc nnimap-authinfo-file)) + (let* ((list (progn (gnus-message 7 "Parsing authinfo file `%s'." + nnimap-authinfo-file) + (gnus-parse-netrc nnimap-authinfo-file))) (port (if nnimap-server-port (int-to-string nnimap-server-port) "imap")) --8<---------------cut here---------------end--------------->8--- You should have a line like "Parsing authinfo file `~/.authinfo'." in the " *Message-Log*" buffer. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/