zsh-users
 help / color / mirror / code / Atom feed
From: Phil Pennock <Phil.Pennock@globnix.org>
To: zsh-users@sunsite.dk
Subject: Re: compctl whitespace changes
Date: Fri, 10 Aug 2001 10:59:42 +0200	[thread overview]
Message-ID: <20010810105942.A5170@globnix.org> (raw)
In-Reply-To: <20010809030750.B22812@hq.newdream.net>; from william@hq.newdream.net on Thu, Aug 09, 2001 at 03:07:50AM -0700

On 2001-08-09 at 03:07 -0700, Will Yardley wrote:
> I think it's created by a POP or IMAP client usually.  I don't use IMAP or
> POP anymore since it's more convenient to my mutt setup to put maildirs
> inside mail/, but courier IMAP puts everything in folders starting with dot
> (or at least that's how it works on our system, so 'Trash' over IMAP would be
> Maildir/.Trash.  

Yeah.  It's all because IMAP uses dot as a hierarchy separator.  But if
you want a deeper hierarchy, you don't actually recurse.  You'd have
something like:
 Maildir/.Company
 Maildir/.Company.Management
 Maildir/.Company.Management.Crap
(and in many cases fold the last two into one *coughs*)

> When I used dot subfolders from courier IMAP i had to change my mutt file
> mask around to display them properly.

It's possible that this issue is courier specific, since that's what I'm
using for serving IMAP (but not for the actual delivery); but my
understanding is that it's Maildir++ which is used by several
applications.  Little things which still let Maildir programs function,
some; eg, S=size in the filename, so that you only need to readdir()
without 500 stat() calls so as to find out how large the files are.

The original Maildir simply doesn't provide any support for sub-folders.
But enough people are using them that it makes sense for zsh to
understand it.

I'm sticking with compctl for that one for now.  I still _understand_
that and don't need to read 231 60-line functions to figure out what's
going on.   *ducks*
-- 
A guru went to the dentist and said, "I'd like to transcend dental medication."


  reply	other threads:[~2001-08-10  9:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-09 10:07 Will Yardley
2001-08-10  8:59 ` Phil Pennock [this message]
2001-08-10 15:56   ` Bart Schaefer
2001-08-10 16:36     ` Phil Pennock
2001-08-10 18:51       ` Bart Schaefer
  -- strict thread matches above, loose matches on Subject: below --
2001-08-07 23:57 Phil Pennock
2001-08-08  8:22 ` Sven Wischnowsky
2001-08-08 16:03   ` Bart Schaefer
2001-08-09  6:14     ` Phil Pennock
2001-08-09  9:27       ` Bart Schaefer
2001-08-09  9:43         ` Phil Pennock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010810105942.A5170@globnix.org \
    --to=phil.pennock@globnix.org \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).