From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29253 Path: main.gmane.org!not-for-mail From: davidk@lysator.liu.se (David=?iso-8859-1?q?_K=E5gedal?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP server hierarchy as topics Date: 16 Feb 2000 16:42:32 +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=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035165955 1661 80.91.224.250 (21 Oct 2002 02:05:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:05:55 +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 67AE0D0520 for ; Wed, 16 Feb 2000 10:41:21 -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 JAB02644; Wed, 16 Feb 2000 09:41:08 -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 09:40:37 -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 JAA14991 for ; Wed, 16 Feb 2000 09:40:27 -0600 (CST) Original-Received: from mail.idasys.se (mail.idasys.se [194.218.15.7]) by mailhost.sclp.com (Postfix) with ESMTP id 0C112D051E for ; Wed, 16 Feb 2000 10:40:28 -0500 (EST) Original-Received: from walt.idasys.se (walt.idasys.se [194.218.15.100]) by mail.idasys.se (8.8.8/8.8.8) with ESMTP id QAA30049; Wed, 16 Feb 2000 16:56:39 +0100 Original-Received: from shs4.idasys.se ([194.218.15.168]) by walt.idasys.se with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 1S7AY8R0; Wed, 16 Feb 2000 16:46:03 +0100 Original-To: ding@gnus.org In-Reply-To: Steinar Bang's message of "16 Feb 2000 15:56:38 +0100" Original-Lines: 27 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29253 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29253 Steinar Bang writes: > >>>>> David Kagedal : >=20 > > (defconst lysator-imap-method > > '(nnimap "lysator" > > (nnimap-address "imap.lysator.liu.se") > > (nnimap-list-pattern ("INBOX" "mail/*")) > > (prefix "mail/")))=20=20 >=20 > 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/")))=20=20 >=20 > Alternatively the prefix could be calculated from the entry in the > nnimap-list-pattern, if there is only one (though I prefer an explici= t=20 > prefix). I think it would be ugly to give nnimap-list-pattern different meanings depending on whether there exists another parameter. Then I'd rather have a paramter to use *instead* of nnimap-list-pattern. --=20 David K=E5gedal