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 167DF431FC0 for ; Thu, 12 Mar 2015 00:16:27 -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 J1nQCkvSkTBl for ; Thu, 12 Mar 2015 00:16:23 -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 A8CD4431FAE for ; Thu, 12 Mar 2015 00:16:23 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.80) (envelope-from ) id 1YVxKE-0000jR-Cg; Thu, 12 Mar 2015 07:14:34 +0000 Received: (nullmailer pid 19800 invoked by uid 1000); Thu, 12 Mar 2015 07:14:21 -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: Thu, 12 Mar 2015 08:14:21 +0100 Message-ID: <87k2ym7kmq.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: Thu, 12 Mar 2015 07:16:27 -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. > speaking as a zsh user, this bash completion looks ok to me. d