From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29252 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP server hierarchy as topics Date: 16 Feb 2000 15:56:38 +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 1035165954 1659 80.91.224.250 (21 Oct 2002 02:05:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:05:54 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 030C5D051E for ; Wed, 16 Feb 2000 09:58:13 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB01960; Wed, 16 Feb 2000 08:58:03 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 16 Feb 2000 08:56:54 -0600 (CST) 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 IAA14675 for ; Wed, 16 Feb 2000 08:56:44 -0600 (CST) Original-Received: from viffer.metis.no (viffer.oslo.metis.no [195.0.254.249]) by mailhost.sclp.com (Postfix) with ESMTP id C31B8D0520 for ; Wed, 16 Feb 2000 09:56:42 -0500 (EST) Original-Received: (from sb@localhost) by viffer.metis.no (8.9.3/8.9.3) id PAA17012; Wed, 16 Feb 2000 15:56:38 +0100 Original-To: ding@gnus.org In-Reply-To: David Kagedal's message of "15 Feb 2000 15:32:31 +0100" Original-Lines: 18 User-Agent: Gnus/5.0804 (Gnus v5.8.4) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29252 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29252 >>>>> David Kagedal : > (defconst lysator-imap-method > '(nnimap "lysator" > (nnimap-address "imap.lysator.liu.se") > (nnimap-list-pattern ("INBOX" "mail/*")) > (prefix "mail/"))) Hm... shouldn't the setting be something like this to be more logical? (defconst lysator-imap-method '(nnimap "lysator" (nnimap-address "imap.lysator.liu.se") (nnimap-list-pattern ("INBOX" "*")) (prefix "mail/"))) Alternatively the prefix could be calculated from the entry in the nnimap-list-pattern, if there is only one (though I prefer an explicit prefix).