Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-Id: <3.0.5.32.20020920205221.0080dc50@h00207811519c.ne.client2.attbi.com>
X-Sender: pierre@h00207811519c.ne.client2.attbi.com
Date: Fri, 20 Sep 2002 20:52:21 -0400
To: "Gary R. Van Sickle" <g.r.vansickle@worldnet.att.net>,
   "Cygwin mailing list" <cygwin@cygwin.com>
From: "Pierre A. Humblet" <Pierre.Humblet@ieee.org>
Subject: RE: cygwin mutt and maildir
In-Reply-To: <NCBBIHCHBLCMLBLOBONKCEEMDFAA.g.r.vansickle@worldnet.att.ne
 t>
References: <20020917182212.GA1156@TOOS>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"

At 07:17 PM 9/17/2002 -0500, Gary R. Van Sickle wrote:
>The only way I can think this could be solved is through a method something like
>how Rob's handling setup's local cache dir naming scheme, i.e. escaping
>Windows-invalid characters with URLesque "%xx"'s.  And that would pretty much
>have to be in the cygwin file stuff so that every MUA/MDA/whatever spoke the
>same maildir language.  

Gary, the escape character for the tag is ":". Having Cygwin escape it would
also destroy the "File Streams" Windows feature that Cygwin supports on 
NTFS (see below).

There are not that many mail programs ported to Cygwin. The maintainers could 
agree on a different escape character. 
Exim does support maildir, the tag is optional and the escape character is 
dynamically configurable. It must be a printable, non-alphanumeric, 
valid-in-filenames character. That leaves enough reasonable possibilities...

Pierre

*********************************
File Streams on NTFS

http://sources.redhat.com/ml/cygwin/2002-07/msg02535.html
http://sources.redhat.com/ml/cygwin/2001-05/msg00713.html

> echo hello > hhww:hh
> echo world > hhww:ww
> ls -l
total 0
-rwxrwxrwx    1 PHumblet Domain U        0 Sep 20 16:01 hhww*
> ls -l hhww:ww
-rw-r--r--    1 PHumblet Domain U        6 Sep 20 16:01 hhww:ww
> cat hhww:hh
hello
> rm hhww:hh
> cat hhww:ww
world



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

