From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32603 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Switching to nnimap Date: 26 Sep 2000 22:21:41 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2tlaecv85ik.fsf@mail.zoso> <2tlhf739bvb.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 1035168862 20769 80.91.224.250 (21 Oct 2002 02:54:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:54:22 +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 A3DCED051E for ; Tue, 26 Sep 2000 16:25:48 -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 PAC06249; Tue, 26 Sep 2000 15:21:55 -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 15:20:54 -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 PAA01112 for ; Tue, 26 Sep 2000 15:20:40 -0500 (CDT) Original-Received: from dolk.extundo.com (dolk.extundo.com [195.42.214.242]) by mailhost.sclp.com (Postfix) with ESMTP id 02B86D051E for ; Tue, 26 Sep 2000 16:21:00 -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 e8QKKxu28824; Tue, 26 Sep 2000 22:21:00 +0200 Original-To: Tony Lam In-Reply-To: <2tlhf739bvb.fsf@mail.zoso> Mail-Copies-To: nobody Original-Lines: 19 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:32603 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32603 Tony Lam writes: > S> You're quoting things twice here. Remove the second '. This explain > S> why `nnimap-list-pattern' doesn't work. > > It still doesn't work, it tries to list all files in my home directory > when I scan the server. Here's the current value of my > gnus-secondary-select-methods: Are there perhaps occurances of the old select method in .newsrc.eld? Try C-k'ing your groups on the nnimap server, change the backend definition and re-subscribe the groups with the new definition. > | ((nnimap "" > | (nnimap-address "imapserver.eng.sun.com") > | (nnimap-list-pattern ("INBOX" ("Mail/nnimap/" . "*")))) This looks fine, I think.