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 B04C0431FD0 for ; Mon, 14 Mar 2011 06:57:18 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 IRhJxKbZB2nT for ; Mon, 14 Mar 2011 06:57:17 -0700 (PDT) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 83BAC431FB5 for ; Mon, 14 Mar 2011 06:57:17 -0700 (PDT) Received: by fxm11 with SMTP id 11so3208156fxm.26 for ; Mon, 14 Mar 2011 06:57:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=wNfb3m0UJxgCBavL/0eXMsiReSrep3w5DKe5QjyI/qQ=; b=mDDyDTv37Hi03FPli0gRLRIwhdZu00kkGkCr7TkN+RiMooJV5EXtxDFAR3pBjz82SA 3gdFaaEUElwLT1DRs0XFwvmQgfoJYcmDhzgbIO+M9xTFE3M1Pob1XIrZT+P6gnMvYGjB /w1sa1Zxz5yEMCWKNCtvgpHKN4/rrRf/a38Ec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=IxfuJq1qbVV/K17GV0wBtBCh/jn3WrgjyuWFizGilPucugc3TavmjkRwpv511Y5h95 76FNcKccVJKNv8X3p81gpBbYhXIUcB1P1T0uwNANjKawlGMD3oSXChB8y2eyVJ4NOB5v zj8qLmJVK5e556RKQp17slPdu5zect0sIocyI= MIME-Version: 1.0 Received: by 10.223.126.130 with SMTP id c2mr5870394fas.39.1300110927741; Mon, 14 Mar 2011 06:55:27 -0700 (PDT) Received: by 10.223.102.73 with HTTP; Mon, 14 Mar 2011 06:55:27 -0700 (PDT) In-Reply-To: <86ipvmqchv.fsf@meetrics.de> References: <86ipvmqchv.fsf@meetrics.de> Date: Mon, 14 Mar 2011 09:55:27 -0400 Message-ID: Subject: Re: [RFC] Enhancements to address completion From: servilio To: =?UTF-8?Q?Kristoffer_Str=C3=B6m?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: notmuch 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: Mon, 14 Mar 2011 13:57:18 -0000 2011/3/14 Kristoffer Str=C3=B6m : > Have you looked at 'ido-completing-read that comes with ido-mode? [...] > It allows for fuzzy matching on any part of the name. Yes, that's what I use, yes with flex matching. Regards, Servilio