From: David Bremner Date: Thu, 22 Oct 2015 12:56:30 +0000 (+2100) Subject: Re: [PATCH] completion: complete lastmod: search prefix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4885b0ec241a1446e110dc4cf9757d70aee0e304;p=notmuch-archives.git Re: [PATCH] completion: complete lastmod: search prefix --- diff --git a/46/29f140e84a404d57f4b93dd0e458ea65fd6b4b b/46/29f140e84a404d57f4b93dd0e458ea65fd6b4b new file mode 100644 index 000000000..4492f30bf --- /dev/null +++ b/46/29f140e84a404d57f4b93dd0e458ea65fd6b4b @@ -0,0 +1,59 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id D3A586DE12E8 + for ; Thu, 22 Oct 2015 05:58:40 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.099 +X-Spam-Level: +X-Spam-Status: No, score=0.099 tagged_above=-999 required=5 tests=[AWL=0.099] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id uLQ4Ry69sCkS for ; + Thu, 22 Oct 2015 05:58:39 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 26A686DE0B7C + for ; Thu, 22 Oct 2015 05:58:39 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZpFQH-0000fg-RZ; Thu, 22 Oct 2015 12:56:49 +0000 +Received: (nullmailer pid 19491 invoked by uid 1000); Thu, 22 Oct 2015 + 12:56:30 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH] completion: complete lastmod: search prefix +In-Reply-To: <1445115815-28261-1-git-send-email-jani@nikula.org> +References: <1445099403-25998-3-git-send-email-jani@nikula.org> + <1445115815-28261-1-git-send-email-jani@nikula.org> +User-Agent: Notmuch/0.20.2+93~g33c8777 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Thu, 22 Oct 2015 09:56:30 -0300 +Message-ID: <87pp07m58h.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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, 22 Oct 2015 12:58:40 -0000 + +Jani Nikula writes: + +> --- +> completion/notmuch-completion.bash | 2 +- +> 1 file changed, 1 insertion(+), 1 deletion(-) + +pushed all 5 completion patches. + +d