From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32599 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Switching to nnimap Date: 26 Sep 2000 19:21:54 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2tlaecv85ik.fsf@mail.zoso> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168859 20756 80.91.224.250 (21 Oct 2002 02:54:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:54:19 +0000 (UTC) Cc: ding@gnus.org 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 E8035D051E for ; Tue, 26 Sep 2000 13:21:56 -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 MAC05845; Tue, 26 Sep 2000 12:21:36 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 26 Sep 2000 12:21:01 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA29654 for ; Tue, 26 Sep 2000 12:20:51 -0500 (CDT) Original-Received: from dolk.extundo.com (dolk.extundo.com [195.42.214.242]) by mailhost.sclp.com (Postfix) with ESMTP id 35AA6D051E for ; Tue, 26 Sep 2000 13:21:13 -0400 (EDT) Original-Received: from barbar.josefsson.org (localhost.localdomain [127.0.0.1]) by dolk.extundo.com (8.11.0/8.11.0) with ESMTP id e8QHLCE27242; Tue, 26 Sep 2000 19:21:12 +0200 Original-To: Tony Lam In-Reply-To: <2tlaecv85ik.fsf@mail.zoso> Mail-Copies-To: nobody Original-Lines: 23 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32599 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32599 Tony Lam writes: > | (add-to-list 'gnus-secondary-select-methods > | '(nnimap "imapserver" ^ > | (nnimap-address "imapserver.eng.sun.com") > | (nnimap-list-pattern '("INBOX" ("Mail/nnimap/" . "*"))) ^ You're quoting things twice here. Remove the second '. This explain why `nnimap-list-pattern' doesn't work. > | (nnimap-username tonyl) This variable doesn't exist. Please read about .authinfo in the manual. This explain why `nnimap-username' doesn't work. > * they're both actually pointing to the same imap server, but I got > "server denied" for the 2nd entry (nnimap "" ...) Weird. If you set `imap-log', and go to the server buffer `^' and press `O' on the second entry, what's the content of the *imap-log* buffer?