Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 93D22429E42 for ; Fri, 17 Feb 2012 10:58:54 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 ROwkYu3x8ZoF for ; Fri, 17 Feb 2012 10:58:53 -0800 (PST) Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) by olra.theworths.org (Postfix) with ESMTP id DC576431FB6 for ; Fri, 17 Feb 2012 10:58:52 -0800 (PST) Received: by guru.guru-group.fi (Postfix, from userid 501) id 8ADDA68055; Fri, 17 Feb 2012 20:58:50 +0200 (EET) From: Tomi Ollila To: Daniel Schoepe , Philippe LeCavalier , notmuch@notmuchmail.org Subject: Re: nomuch_addresses.py In-Reply-To: <87fweamenf.fsf@schoepe.localhost> References: <87r4xur3rv.fsf@plc.plecavalier.com> <87fweamenf.fsf@schoepe.localhost> User-Agent: Notmuch/0.11.1+198~g922c4d2 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 17 Feb 2012 18:58:54 -0000 On Fri, 17 Feb 2012 02:28:52 +0100, Daniel Schoepe wrote: > On Thu, 16 Feb 2012 14:12:36 -0500, Philippe LeCavalier wrote: > > Hi again. > > > > I'm trying to setup tab completion for addresses. I appeared to me that > > the simplest solution was notmuch_addresses so I grabbed a copy from > > git. When I hit tab I get this[1] Was I suppose to do something more? > > Just for completeness: I'm using the nice nottoomuch-addresses.pl script > [1] by Tomi Ollila which doesn't require any bindings and is incredibly > fast (after generating an initial address database). Thank you for promoting my stuff. Latest version is 2.0 and name is now nottoomuch-addresses.sh It is available at: http://www.iki.fi/too/nottoomuch/ > Disclaimer: I never tried the python script, so I can't really give a > useful comparison. Speedwise it is hard to beat the fgrep(1) execution for finding matches... :) > > Cheers, > Daniel Tomi