From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31618 Path: main.gmane.org!not-for-mail From: George McNinch Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus v5.8.7 is released Date: 03 Jul 2000 10:01:13 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2n1z1ccggx.fsf@tiger.jia.vnet> Reply-To: George McNinch NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168009 15165 80.91.224.250 (21 Oct 2002 02:40:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:40:09 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 84140D0520 for ; Mon, 3 Jul 2000 11:08:17 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAC04955; Mon, 3 Jul 2000 10:04:41 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 03 Jul 2000 10:03:51 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA05934 for ; Mon, 3 Jul 2000 10:03:41 -0500 (CDT) Original-Received: from yardbird.math.nd.edu (tc9-35.tc.nd.edu [129.74.252.136]) by mailhost.sclp.com (Postfix) with ESMTP id E4A56D0520 for ; Mon, 3 Jul 2000 11:04:14 -0400 (EDT) Original-Received: (from george@localhost) by yardbird.math.nd.edu (8.9.3/8.9.3) id KAA13794; Mon, 3 Jul 2000 10:01:13 -0500 X-Authentication-Warning: yardbird.math.nd.edu: george set sender to McNinch.1@nd.edu using -f Original-To: ding@gnus.org In-Reply-To: Simon Josefsson's message of "03 Jul 2000 16:08:27 +0200" Original-Lines: 38 User-Agent: Gnus/5.0804 (Gnus v5.8.4) XEmacs/21.1 (Arches) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31618 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31618 >>>>> "Simon" == Simon Josefsson writes: Simon> George McNinch writes: ZSH> A port option was added since 5.8.5. I guess you missed ZSH> "port imap" for the entry of ~/.authinfo file. For example, >> ZSH> machine imap.you.com login USER password PASSWD port imap >> rats, that didn't help. My .authinfo now looks as above, all >> works OK in 5.8.4 (and it also works OK in 5.8.6 on my machine >> at school where I've apparently been more vigilant in keeping >> up versions...) >> >> But it does not work under 5.8.7. Simon> Do you have any "default" lines in your ~/.authinfo file? Simon> Can you check the copy in CVS (or fetch a snapshot later Simon> tonight) if it work? I have no default lines. I'll try to check a bit later today... Simon> For completeness, what's your entire .authinfo file (w/o Simon> passwords), and what's your entire Simon> gnus-secondary-select-methods? * Here is my .authinfo file (just one line) machine imap-g.nd.edu login gmcninch password ***** port imap * Here is the other setting: (setq gnus-secondary-select-methods '( (nnfolder "") (nnimap "" (nnimap-server-address "imap-g.nd.edu") ) ) )