From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27402 invoked from network); 20 Sep 1999 04:49:04 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Sep 1999 04:49:04 -0000 Received: (qmail 9333 invoked by alias); 20 Sep 1999 04:48:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7939 Received: (qmail 9326 invoked from network); 20 Sep 1999 04:48:49 -0000 Date: Mon, 20 Sep 1999 00:48:31 -0400 From: Clint Adams To: Bart Schaefer Cc: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: _mutt, _mailboxes Message-ID: <19990920004831.B13749@dman.com> References: <19990915173039.A15772@dman.com> <990918232730.ZM6698@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0pre2i In-Reply-To: <990918232730.ZM6698@candle.brasslantern.com> > I don't use mutt, so I don't know what ( \! \< \> ) are; do they really > represent mailbox names? If not, they should be in _mutt and not here. In elm they mean "spoolfile," "sent," and "received" respectively. In mutt they mean "$spool," "$record," and "$mbox" respectively. > One thing I didn't do yet is handle a leading "+" in the word that is > being completed and treat it as referring to the maildirectory. Also, in both elm and mutt, a '=' or '+' followed by the folder name means that the file is in the mail directory. i.e., +test is ~/Mail/test, just like in MH.