From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24222 invoked from network); 9 Aug 2001 09:44:00 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Aug 2001 09:44:00 -0000 Received: (qmail 10311 invoked by alias); 9 Aug 2001 09:43:34 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4099 Received: (qmail 10295 invoked from network); 9 Aug 2001 09:43:32 -0000 Date: Thu, 9 Aug 2001 11:43:31 +0200 From: Phil Pennock To: zsh-users@sunsite.dk Subject: Re: compctl whitespace changes Message-ID: <20010809114331.A19434@globnix.org> Mail-Followup-To: zsh-users@sunsite.dk References: <200108080822.KAA04398@beta.informatik.hu-berlin.de> <1010808160315.ZM1017@candle.brasslantern.com> <20010809081432.A8416@globnix.org> <1010809092756.ZM899@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1010809092756.ZM899@candle.brasslantern.com>; from schaefer@brasslantern.com on Thu, Aug 09, 2001 at 09:27:56AM +0000 X-Disclaimer: Any views expressed in this message, where not explicitly attributed otherwise, are mine and mine alone. Such views do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. X-No-Archive: yes On 2001-08-09 at 09:27 +0000, Bart Schaefer wrote: > } With Maildir, you have your main Maildir, eg ~/Maildir/, and you can > } have folders inside that, each of which has a name starting with a > } period. The normal one is .Trash, but others can be created. > > Are you sure about this? There's nothing in the maildir "spec" about > the format of the directory names, only their contents, and nothing in > the mutt documentation either that would indicate why every folder name > would be hidden with a leading dot. I'd expect ".Trash" to be a special > (deliberately invisible) folder where deleted messages are moved before > purging. Mutt's Maildir support is minimal. Not a good example. I should've been more explicit and said Maildir++, which most software aside from Dan Bernstein's uses, for various reasons. It's a superset. Example documentation: Something a quick google throws up: which in passing demonstrates this being used. > } Do people feel that a supplied patch to add Maildir support into > } $mailpath would be appropriate? I'm happy to do the work, if it's not > } considered a bad idea. > > It's already there. "configure --enable-maildir-support ..." *sigh* Thank you. I did check the run-time docs. And I just double-checked: ~/zsh-4.0.2/Doc%; fgrep -i maildir **/*.yo Zsh/compctl.yo:example(compctl -/ -W ~/Mail maildirs) Further, the entry for $mailpath in zshparam(1) is a little misleading, as it makes explicit reference to what happens when an entry is a directory: If an element is a directory instead of a file the shell will recursively check every file in every subdirectory of the element. I'll just go rebuild zsh ... (serves me right for using *BSD Ports) Thanks, -- PHB: It needs to be so easy that your mother could use it. Dilbert: My mother isn't a moron. Maybe we could use your mother as a test. PHB: What makes you think my mother is a moron? Dilbert: She fed you.