Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Improved _mailboxes



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