From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28153 Path: main.gmane.org!not-for-mail From: George McNinch Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap problem, maybe Date: 12 Dec 1999 16:50:57 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: George McNinch NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035165053 28437 80.91.224.250 (21 Oct 2002 01:50:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:50:53 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA07942 for ; Sun, 12 Dec 1999 16:47:35 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB10071; Sun, 12 Dec 1999 15:47:08 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 12 Dec 1999 15:47:14 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA12233 for ; Sun, 12 Dec 1999 15:47:04 -0600 (CST) Original-Received: from yardbird.math.nd.edu (root@[129.74.5.24]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA07935 for ; Sun, 12 Dec 1999 16:46:43 -0500 (EST) Original-Received: (from george@localhost) by yardbird.math.nd.edu (8.9.3/8.9.3) id QAA01229; Sun, 12 Dec 1999 16:50:57 -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: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "11 Dec 1999 22:46:39 +0100" User-Agent: Gnus/5.0802 (Gnus v5.8.2) XEmacs/21.1 (Arches) Original-Lines: 30 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28153 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28153 (sorry if this is a second copy, something odd happened when first sending this...) >>>>> "Kai" == Kai Großjohann writes: Kai> George McNinch writes: >> I put the following in my .gnus: (setq nnimap-address >> "imap-g.nd.edu") Kai> Maybe you need to do this? Kai> (add-to-list 'gnus-secondary-select-methods '(nnimap "" Kai> (nnimap-address "imap-g.nd.edu"))) Sadly, this didn't work. The following all return "nil": (imap-open "imap-g.nd.edu") => nil (imap-open "imap-g.nd.edu" 143 "network:" "login:") => nil Is that fishy? The comments in imap.el seem to suggest I should see more. Best, George