From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26850 invoked from network); 30 May 2005 14:44:17 -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 14:44:17 -0000 Received: (qmail 41241 invoked from network); 30 May 2005 14:44:11 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 May 2005 14:44:11 -0000 Received: (qmail 18981 invoked by alias); 30 May 2005 14:44:03 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8921 Received: (qmail 18971 invoked from network); 30 May 2005 14:44:02 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 May 2005 14:44:02 -0000 Received: (qmail 40146 invoked from network); 30 May 2005 14:44:02 -0000 Received: from mail36.messagelabs.com (193.109.254.211) by a.mx.sunsite.dk with SMTP; 30 May 2005 14:43:55 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-14.tower-36.messagelabs.com!1117464234!2854413!1 X-StarScan-Version: 5.4.15; banners=-,-,- X-Originating-IP: [158.234.9.163] Received: (qmail 20303 invoked from network); 30 May 2005 14:43:54 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-14.tower-36.messagelabs.com with SMTP; 30 May 2005 14:43:54 -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 j4UEhsZe011434; Mon, 30 May 2005 15:43:54 +0100 Received: from trentino.groupinfra.com (localhost [127.0.0.1]) by trentino.logica.co.uk (Postfix) with ESMTP id 398FE673B1; Mon, 30 May 2005 16:43:54 +0200 (CEST) Cc: zsh-users@sunsite.dk X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <20050530135757.GA12204@xpeerience.u-strasbg.fr> From: Oliver Kiddle References: <20050527141638.GA9644@xpeerience.u-strasbg.fr> <7779.1117444705@trentino.groupinfra.com> <20050530135757.GA12204@xpeerience.u-strasbg.fr> To: Marc Chantreux Subject: Re: can't run _email-mutt Date: Mon, 30 May 2005 16:43:53 +0200 Message-ID: <13199.1117464233@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 Marc Chantreux wrote: > > 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 : Ah, the problem is probably related to the section of _email-addresses starting with the comment "# get list of all plugins except any with missing config files". For the builtin plugins, it excludes those for which it doesn't find a config file. It's perhaps a new change to mutt that .muttrc can also be .mutt/muttrc. Can it have other names? > in my muttrc, i've : Is that a ~/.mutt/muttrc file? If so we can basically fix this by checking for that in addition to ~/.muttrc. We could probably do with a more sophisticated plugin for mutt aliases, however. I assume you've got some form of include directives to pull in aliases from all those other files. Any idea how we could get a full list of mutt aliases? Oliver