From: David Bremner Date: Thu, 12 Mar 2015 07:14:21 +0000 (+0100) Subject: Re: [PATCH] completion: complete addresses in from:/to: search terms X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=87abf5fe7c9eaa3385da9afd30385d6969c7ee40;p=notmuch-archives.git Re: [PATCH] completion: complete addresses in from:/to: search terms --- diff --git a/39/dde58cce73b258fac73d1374cc4eea4b195657 b/39/dde58cce73b258fac73d1374cc4eea4b195657 new file mode 100644 index 000000000..8565e7038 --- /dev/null +++ b/39/dde58cce73b258fac73d1374cc4eea4b195657 @@ -0,0 +1,63 @@ +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