From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29350 Path: main.gmane.org!not-for-mail From: Christoph Rohland Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap-list-pattern for UoW Date: 02 Mar 2000 16:44:22 +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 1035166033 2256 80.91.224.250 (21 Oct 2002 02:07:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:07:13 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 43484D051E for ; Thu, 2 Mar 2000 10:51:14 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB29263; Thu, 2 Mar 2000 09:50:15 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 02 Mar 2000 09:49:18 -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 JAA14243 for ; Thu, 2 Mar 2000 09:49:05 -0600 (CST) Original-Received: from smtpde02.sap-ag.de (smtpde02.sap-ag.de [194.39.131.53]) by mailhost.sclp.com (Postfix) with ESMTP id 4EB41D051E for ; Thu, 2 Mar 2000 10:49:12 -0500 (EST) Original-Received: from sap-ag.de ([194.39.131.3]) by smtpde02.sap-ag.de (out) with ESMTP id QAA27834; Thu, 2 Mar 2000 16:46:04 +0100 (MEZ) Original-Received: from ls3010.wdf.sap-ag.de (ls3010.wdf.sap-ag.de [10.18.104.24]) by sap-ag.de (8.8.8/8.8.8) with ESMTP id QAA05820; Thu, 2 Mar 2000 16:44:21 +0100 (MET) Original-Received: (from d020782@localhost) by ls3010.wdf.sap-ag.de (8.9.3/8.9.3) id QAA24919; Thu, 2 Mar 2000 16:44:22 +0100 X-Authentication-Warning: ls3010.wdf.sap-ag.de: d020782 set sender to hans-christoph.rohland@sap.com using -f Original-To: Simon Josefsson In-Reply-To: Simon Josefsson's message of "02 Mar 2000 12:19:54 +0100" Original-Lines: 34 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Bryce Canyon) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29350 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29350 Hi Simon, Simon Josefsson writes: > Steinar Bang writes: > > > >> If I'm about to connect to a UoW imapd, and my folders are residing > > >> under ~/imap, would this be a sensible setting of nnimap-list-pattern > > >> be ("INBOX" ("imap/" . "*")) ? > > >> > > >> Or should I go for ("INBOX" "imap/*") ? > > > > > With the UoW server I believe the two are equivalent. The first is > > > more estheticly pleasing though, IMHO. > > > > That's what I thought. With the first, I can lose the "imap/" part > > from the mail group name? > > No, the REFERENCE stuff is only used when listing mailboxes. All other > operations need a fully qualified name, and does not accept a > REFERENCE. > > (IMHO the IMAP base spec should go either way, either remove the > REFERENCE cludge from the LIST commands or implement it everywhere.) > > ((If REFERENCE was implemented on all commands, using a REFERENCE > would be a quite OK solution for achieving a short-hand group name of > a mailbox. Hm.)) I would *love* to be able to use short-hand group names and get rid of the INBOX prefix on my cyrus daemon. Greetings Christoph