From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28152 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:49:31 -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 1035165052 28429 80.91.224.250 (21 Oct 2002 01:50:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:50:52 +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 QAA07943 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 PAB10049; Sun, 12 Dec 1999 15:46:15 -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:45:54 -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 PAA12195 for ; Sun, 12 Dec 1999 15:45:44 -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 QAA07920 for ; Sun, 12 Dec 1999 16:45:22 -0500 (EST) Original-Received: (from george@localhost) by yardbird.math.nd.edu (8.9.3/8.9.3) id QAA01223; Sun, 12 Dec 1999 16:49:31 -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" Original-Lines: 26 User-Agent: Gnus/5.0802 (Gnus v5.8.2) XEmacs/21.1 (Arches) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28152 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28152 >>>>> "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