Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <3.0.5.32.20020920205221.0080dc50@h00207811519c.ne.client2.attbi.com> X-Sender: pierre AT h00207811519c DOT ne DOT client2 DOT attbi DOT com Date: Fri, 20 Sep 2002 20:52:21 -0400 To: "Gary R. Van Sickle" , "Cygwin mailing list" From: "Pierre A. Humblet" Subject: RE: cygwin mutt and maildir In-Reply-To: References: <20020917182212 DOT GA1156 AT 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/