From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2722 invoked from network); 30 May 2005 13:57:46 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 May 2005 13:57:46 -0000 Received: (qmail 16475 invoked from network); 30 May 2005 13:57:38 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 May 2005 13:57:38 -0000 Received: (qmail 11832 invoked by alias); 30 May 2005 13:57:31 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8920 Received: (qmail 11822 invoked from network); 30 May 2005 13:57:30 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 May 2005 13:57:30 -0000 Received: (qmail 15456 invoked from network); 30 May 2005 13:57:30 -0000 Received: from mailhost.u-strasbg.fr (130.79.200.157) by a.mx.sunsite.dk with SMTP; 30 May 2005 13:57:26 -0000 Received: from sokaris.u-strasbg.fr (sokaris.u-strasbg.fr [IPv6:2001:660:2402::101]) by mailhost.u-strasbg.fr (8.13.1/jtpda-5.5pre1) with ESMTP id j4UDvPFJ074295 ; Mon, 30 May 2005 15:57:25 +0200 (CEST) Received: from xpeerience.u-strasbg.fr (xpeerience.u-strasbg.fr [130.79.188.35]) by sokaris.u-strasbg.fr (8.12.9/jtpda-5.5pre1) with SMTP id j4UDvNtt030850 ; Mon, 30 May 2005 15:57:23 +0200 (CEST) Received: by xpeerience.u-strasbg.fr (sSMTP sendmail emulation); Mon, 30 May 2005 15:57:57 +0200 Date: Mon, 30 May 2005 15:57:57 +0200 From: Marc Chantreux To: Oliver Kiddle Cc: Marc Chantreux , zsh-users@sunsite.dk Subject: Re: can't run _email-mutt Message-ID: <20050530135757.GA12204@xpeerience.u-strasbg.fr> References: <20050527141638.GA9644@xpeerience.u-strasbg.fr> <7779.1117444705@trentino.groupinfra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7779.1117444705@trentino.groupinfra.com> User-Agent: Mutt/1.5.9i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (mailhost.u-strasbg.fr [IPv6:2001:660:2402::157]); Mon, 30 May 2005 15:57:25 +0200 (CEST) X-Antivirus: scanned by sophos at u-strasbg.fr X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.3 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.3 le 30/05/2005, Oliver Kiddle nous écrivait : > On 27 May, Marc Chantreux wrote: > Does your _email-mutt function return a status of 300? yes % which _email-mutt _email-mutt () { reply=(rv:rv@ulp.fr douphi:douphi@ulp.fr) return 300 } > That's the _email-local function running. Do you perhaps have an old > tag-order style specifying email functions. % zstyle command-path :completion:*:sudo:* /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin /sbin /bin /usr/X11R6/bin use-compctl :completion:* false verbose :completion:* yes format :completion:*:descriptions %B%d%b :completion:*:messages %d :completion:*:warnings 'No matches for: %d' group-name :completion:* '' > There's an _email-mutt in _email_adresses which looks for aliases in > .muttrc. Does that work for you? it didn't because my aliases are stored into different files : in my muttrc, i've : set alias_file=~/.mutt/aliases/unsorted source ~/.mutt/aliases/unsorted source ~/.mutt/aliases/friends source ~/.mutt/aliases/job source ~/.mutt/aliases/family ... regards mc