Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: MAIL, MAILPATH and maildir support
- X-seq: zsh-workers 6448
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: MAIL, MAILPATH and maildir support
- Date: Thu, 3 Jun 1999 08:02:51 -0400
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <990603054646.ZM2687@xxxxxxxxxxxxxxxxxxxxxxx>; from Bart Schaefer on Thu, Jun 03, 1999 at 05:46:46AM +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19990603000030.A20027@xxxxxxxx> <990603054646.ZM2687@xxxxxxxxxxxxxxxxxxxxxxx>
> I was about to gripe about how horribly inefficient this bit of code is,
> when I realized I'd forgotten that the existing support for directories
> is if anything worse. Recursively stat() an entire directory tree??
> Does anyone really make use of this feature?
Yes, people use this.
> Regardless of efficiency, I think it's a bad idea to start including
> support for specific mail delivery formats in the shell. It's one thing
> to get the standard system information about a file and report that the
> file has changed; it's quite another to have knowledge of the internals
> of the file format.
Well, it's MAILPATH, not GENERICFILEPATH. There are a limited number of
mailbox formats that pose significance to the shell.
> Perhaps checkmailpath is a candidate for some kind of loadable module ...
Fair enough.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author