From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31565 Path: main.gmane.org!not-for-mail From: Clinton Roy Newsgroups: gmane.emacs.gnus.general Subject: nnimap-list-pattern Date: Fri, 30 Jun 2000 10:45:13 +1000 (GMT+1000) Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035167960 14843 80.91.224.250 (21 Oct 2002 02:39:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:39:20 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 5EB2BD053E for ; Thu, 29 Jun 2000 20:49:10 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id TAC12850; Thu, 29 Jun 2000 19:45:39 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 29 Jun 2000 19:44:55 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id TAA24801 for ; Thu, 29 Jun 2000 19:44:47 -0500 (CDT) Original-Received: from uq.net.au (fox.uq.net.au [203.101.255.1]) by mailhost.sclp.com (Postfix) with ESMTP id 0FAE9D0570 for ; Thu, 29 Jun 2000 20:45:18 -0400 (EDT) Original-Received: from localhost (zzcroy@localhost [127.0.0.1]) by uq.net.au (8.9.3/8.9.3) with ESMTP id KAA20818 for ; Fri, 30 Jun 2000 10:45:14 +1000 (GMT+1000) Original-To: ding@gnus.org Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31565 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31565 hello folks I'd like to move my imap folders from my home directory to ~/imap. So I've set nnimap-list-pattern like thus: (setq nnimap-list-pattern `("INBOX" "imap/*")) Unfortunately this doesn't work, the groups aren't selectable: Retrieving newsgroup: nnimap+mailhost.dstc.edu.au:inbox.www... SELECT failed: Can't open mailbox inbox.www: no such mailbox Couldn't request group nnimap+mailhost.dstc.edu.au:inbox.www: SELECT failed: Can't open mailbox inbox.www: no such mailbox any tips?