From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 50375431E64 for ; Wed, 29 Feb 2012 08:31:42 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 2.647 X-Spam-Level: ** X-Spam-Status: No, score=2.647 tagged_above=-999 required=5 tests=[RCVD_IN_RP_RNBL=1.284, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 794u-Z0YZxw8 for ; Wed, 29 Feb 2012 08:31:41 -0800 (PST) Received: from plc.plecavalier.com (CPE001a8c1087e6-CM0019477f3980.cpe.net.cable.rogers.com [99.239.193.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 96B2F431FD6 for ; Wed, 29 Feb 2012 08:31:41 -0800 (PST) Received: from plc.plecavalier.com (plc [127.0.0.1]) by plc.plecavalier.com (8.14.5/8.14.5) with ESMTP id q1TGVeKw003663 for ; Wed, 29 Feb 2012 11:31:40 -0500 Received: (from plecavalier@localhost) by plc.plecavalier.com (8.14.5/8.14.5/Submit) id q1TGVeIm003662; Wed, 29 Feb 2012 11:31:40 -0500 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable To: notmuch@notmuchmail.org Message-ID: <20120229163140.3587.19027@plc.plecavalier.com> From: Philippe LeCavalier User-Agent: alot/0.21+ Subject: [alot] nottoomuch-addresses.sh config Date: Wed, 29 Feb 2012 11:31:40 -0500 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Feb 2012 16:31:42 -0000 Hi. I had nottoomuch-addresses.sh working perfectly in emacs and I'm trying to get it going in alot. Here's[1] what I've got so far. One things that really confusing me is the brackets in the help file[2]. As soon as I put double brackets alot can't read the account. Am I misunderstanding something about those brackets? I'm very much a non-coder in case it wasn't already obvious...Also, should I be creating a key binding to invoke the completion command? Thanks, Phil ref. [1] command =3D nottoomuch-addresses.sh regexp =3D \"(?P.+)\"\s*<(?P.*.+?@.+?)> It would seem to me that I might need to specify where the heck the script lives? [2] http://alot.readthedocs.org/en/latest/configuration/index.html#contacts-com= pletion