From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28154 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap problem, maybe Date: 12 Dec 1999 22:57:58 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165054 28438 80.91.224.250 (21 Oct 2002 01:50:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:50:54 +0000 (UTC) Cc: ding@gnus.org 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 QAA08005 for ; Sun, 12 Dec 1999 16:58:31 -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 PAB10193; Sun, 12 Dec 1999 15:58:28 -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:58:38 -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 PAA12338 for ; Sun, 12 Dec 1999 15:58:28 -0600 (CST) Original-Received: from badis.pdc.kth.se (root@badis.pdc.kth.se [130.237.221.45]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA08000 for ; Sun, 12 Dec 1999 16:58:05 -0500 (EST) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id WAA08338; Sun, 12 Dec 1999 22:58:00 +0100 X-Authentication-Warning: badis.pdc.kth.se: jas set sender to jas@pdc.kth.se using -f Original-To: George McNinch In-Reply-To: George McNinch's message of "12 Dec 1999 16:49:31 -0500" Original-Lines: 28 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28154 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28154 George McNinch writes: > Kai> (add-to-list 'gnus-secondary-select-methods '(nnimap "" > Kai> (nnimap-address "imap-g.nd.edu"))) > > Sadly, this didn't work. What happened? Nnimap is a Gnus backend so the proper thing is to add a virtual server to `gnus-secondary-select-methods' (or perhaps `gnus-select-method') if you want to use it, like Kai described, I don't think simply setting `nnimap-address' to something would give the desired effect. > The following all return "nil": > > (imap-open "imap-g.nd.edu") > => nil Any error messages in the *Messages* buffer? > (imap-open "imap-g.nd.edu" 143 "network:" "login:") > => nil That should probably be something like (imap-open "imap-g.nd.edu" 143 'network 'login)