From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8395 invoked from network); 8 Sep 2001 08:27:22 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Sep 2001 08:27:22 -0000 Received: (qmail 3458 invoked by alias); 8 Sep 2001 08:27:04 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4207 Received: (qmail 3446 invoked from network); 8 Sep 2001 08:27:03 -0000 Date: Sat, 8 Sep 2001 04:27:01 -0400 From: Russell Hoover To: zsh-users@sunsite.dk Subject: --enable-maildir-support question Message-ID: <20010908042701.A21330@panix.com> Mail-Followup-To: zsh-users@sunsite.dk References: <20010819143917.A28481@panix.com> <1010819185600.ZM18507@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1010819185600.ZM18507@candle.brasslantern.com>; from schaefer@brasslantern.com on Sun, Aug 19, 2001 at 06:55:59PM +0000 X-To-All-My-Friends-In-Domestic-Surveillance: Hi There, Sports Fans! On Sun 08/19/01 at 06:55 PM +0000, Bart Schaefer wrote: > If you built zsh yourself, try recompiling it with --enable-maildir-support. > > Otherwise, zsh only checks for files that have changed -- that is, files > whose modify time is the same as or more recent than their access time. If > the newly created files in your maildir "new" subdirectory don't have that > property, zsh won't report them as new mail. What exactly does zsh do differently once you *have* compiled in the maildir-support option? Doing a search on "maildir" in man zshall turns up no information about --enable-maildir-support. I have the option set, and zsh is still giving no mail notification. export MAIL=$HOME/.mailspool/rj export MAILCHECK=1 mailpref=$HOME/Mail mailpath=($HOME/.mailspool/rj $mailpref/z/'?New zsh mail.' $mailpref/m/'?New mutt mail.' $mailpref/trash/'?New mail in trash.') -- // rj@panix.com // Dopeler effect: The tendency of stupid ideas to seem smarter when they come at you rapidly.