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 087D5431FC2 for ; Fri, 13 Mar 2015 00:13:55 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 2.438 X-Spam-Level: ** X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 kOffJgr+529G for ; Fri, 13 Mar 2015 00:13:51 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 3910C431FAE for ; Fri, 13 Mar 2015 00:13:51 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.80) (envelope-from ) id 1YWJlH-0004mD-JB; Fri, 13 Mar 2015 07:11:59 +0000 Received: (nullmailer pid 9494 invoked by uid 1000); Fri, 13 Mar 2015 07:11:46 -0000 From: David Bremner To: Jani Nikula , notmuch@notmuchmail.org Subject: Re: [PATCH] completion: complete addresses in from:/to: search terms In-Reply-To: <1425732282-1113-1-git-send-email-jani@nikula.org> References: <1425732282-1113-1-git-send-email-jani@nikula.org> User-Agent: Notmuch/0.19+67~gdbe9924 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Fri, 13 Mar 2015 08:11:46 +0100 Message-ID: <87a8zh1idp.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain 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, 13 Mar 2015 07:13:55 -0000 Jani Nikula writes: > Use the new notmuch address command to do completion for addresses in > from: and to:. Use --output=sender for both for efficiency, even > though --output=recipients would be more accurate for to: prefix > completion. pushed d