Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Improved _mailboxes
- X-seq: zsh-workers 9828
 
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>,        zsh-workers@xxxxxxxxxxxxxx
 
- Subject: Re: PATCH: Improved _mailboxes
 
- Date: Mon, 21 Feb 2000 13:59:20 -0800
 
- In-reply-to: <E12Mz2L-0006R9-00.2000-02-21-20-02-29@xxxxxxxxxxxxxxxxxxxxx>
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
- References: <E12Mz2L-0006R9-00.2000-02-21-20-02-29@xxxxxxxxxxxxxxxxxxxxx>
 
On Feb 21,  8:06pm, Peter Stephenson wrote:
> Subject: Re: PATCH: Improved _mailboxes
> 
> Here's _mailbox as I currently have it to check, and if
> correct to install for other people with problems.
The only difference I see is this (I have double-quotes around "$i"):
       _mbox_cache=( "${_mbox_cache[@]}" "$i"/*(.) )
-      dirboxes=( $dirboxes $i/*(/) )
+      dirboxes=( $dirboxes "$i"/*(/) )
     fi
 
> I've attached it, so that it comes out right.  What's the correct
> Content-Type?  I've left it as text/plain since it's not actually supposed
> to be run.  I don't know the etiquette on such matters.
I think text/plain is fine.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author