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 9BDC84196F4 for ; Tue, 6 Apr 2010 01:47:09 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham 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 BtBpiIK8S5TY for ; Tue, 6 Apr 2010 01:47:09 -0700 (PDT) Received: from homiemail-a22.g.dreamhost.com (caiajhbdcaid.dreamhost.com [208.97.132.83]) by olra.theworths.org (Postfix) with ESMTP id E5D8E4196F0 for ; Tue, 6 Apr 2010 01:47:08 -0700 (PDT) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a22.g.dreamhost.com (Postfix) with ESMTPA id 1E3201A8063; Tue, 6 Apr 2010 01:47:03 -0700 (PDT) Received: by sspaeth.de (sSMTP sendmail emulation); Tue, 06 Apr 2010 10:47:01 +0200 From: "Sebastian Spaeth" To: Enrico Zini , Notmuch development list Subject: Re: [notmuch] vala, this is notmuch. notmuch, this is vala In-Reply-To: <20100405135004.GA23639@enricozini.org> References: <874ojq5ajw.fsf@SSpaeth.de> <20100405135004.GA23639@enricozini.org> Date: Tue, 06 Apr 2010 10:47:00 +0200 Message-ID: <87vdc5rmrf.fsf@SSpaeth.de> 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: Tue, 06 Apr 2010 08:47:09 -0000 On Mon, 5 Apr 2010 14:50:04 +0100, Enrico Zini wrote: > Now I use "lbdb", which gets very slow as time goes. You idea creates a > most definitely superior system. You can actually use both :): Do check out the patch on the mailing list to combine the notmuch address lookup with bbdb via EUDC. It works nice for me. Although the notmuch address lookup works so well for me that I basically never get a fallback to bbdb. If pure email addresses is all you need (no real names yet), the above code works well when integrated via EUDC. Sebastian