From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8184 invoked from network); 30 May 2005 09:18:49 -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 09:18:49 -0000 Received: (qmail 3549 invoked from network); 30 May 2005 09:18:43 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 May 2005 09:18:43 -0000 Received: (qmail 14181 invoked by alias); 30 May 2005 09:18:36 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8919 Received: (qmail 14172 invoked from network); 30 May 2005 09:18:36 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 May 2005 09:18:36 -0000 Received: (qmail 2505 invoked from network); 30 May 2005 09:18:36 -0000 Received: from mail36.messagelabs.com (193.109.254.211) by a.mx.sunsite.dk with SMTP; 30 May 2005 09:18:27 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-18.tower-36.messagelabs.com!1117444690!17451175!1 X-StarScan-Version: 5.4.15; banners=-,-,- X-Originating-IP: [158.234.9.163] Received: (qmail 27247 invoked from network); 30 May 2005 09:18:10 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-18.tower-36.messagelabs.com with SMTP; 30 May 2005 09:18:10 -0000 Received: from trentino.logica.co.uk ([158.234.142.59]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id j4U9IPZe023403; Mon, 30 May 2005 10:18:25 +0100 Received: from trentino.groupinfra.com (localhost [127.0.0.1]) by trentino.logica.co.uk (Postfix) with ESMTP id 4D7E4672B5; Mon, 30 May 2005 11:18:25 +0200 (CEST) Cc: zsh-users@sunsite.dk X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <20050527141638.GA9644@xpeerience.u-strasbg.fr> From: Oliver Kiddle References: <20050527141638.GA9644@xpeerience.u-strasbg.fr> To: Marc Chantreux Subject: Re: can't run _email-mutt Date: Mon, 30 May 2005 11:18:25 +0200 Message-ID: <7779.1117444705@trentino.groupinfra.com> X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On 27 May, Marc Chantreux wrote: > i'm trying to write an _email-mutt plugin. it doesn't work and i don't > know what's wrong with it. it's conform to the "documentation" ( the 3 > lines of comments that comes with _email_adresses ;-) ). > > % ( _email-mutt ; echo $reply ) > rv:rv@ulp.fr douphi:douphi@ulp.fr Does your _email-mutt function return a status of 300? > mutt give me the list of local users That's the _email-local function running. Do you perhaps have an old tag-order style specifying email functions. There's an _email-mutt in _email_adresses which looks for aliases in .muttrc. Does that work for you? Oliver