From: Jani Nikula Date: Fri, 2 Jan 2015 17:58:41 +0000 (+0200) Subject: Re: [PATCH 1/2] completion: complete notmuch insert --keep and --no-hooks options X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c6b3f368c983ceaf807458d36af1e6bef1839510;p=notmuch-archives.git Re: [PATCH 1/2] completion: complete notmuch insert --keep and --no-hooks options --- diff --git a/2a/cf313e2941eee49c000d186e4dbb41402053b4 b/2a/cf313e2941eee49c000d186e4dbb41402053b4 new file mode 100644 index 000000000..4433de7b3 --- /dev/null +++ b/2a/cf313e2941eee49c000d186e4dbb41402053b4 @@ -0,0 +1,89 @@ +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 8FC33431FAF + for ; Fri, 2 Jan 2015 09:58:39 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 TgP1NHepQLBY for ; + Fri, 2 Jan 2015 09:58:36 -0800 (PST) +Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com + [74.125.82.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 29DAB431FAE for ; Fri, 2 Jan 2015 09:58:36 -0800 + (PST) +Received: by mail-wg0-f52.google.com with SMTP id x12so24310901wgg.25 + for ; Fri, 02 Jan 2015 09:58:35 -0800 (PST) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=vQ/3aG7POcltTZrN0pGR0Ik9TID+1x36PbSFTfiM4g4=; + b=Ex1RT/ibbOtYodSnQltAsVXab1Z70M0KpdimgFc8shUZ01ftOT6JWRH6uSSw9GlbPi + FfnAY6Cp+ui1BY/v/gjqa7zLODFDZLukvbhgVRl9MbGw6ugi6xVjrEUCwQMP8oRBR1qs + uOplZaXrinRNpP9iZyj5XH7UkKyzP2+0+td/UXk3yfiMFxLFa3LZ6vdIHow8T7OxVQKw + ja+5iqm98O2kGaNOwFpoZdu+G3INt3mEUWTIatj9hZc9grGPR/3SrkdUR2elwwaM6FOW + T5vCuTPMC75QRmFTWwt87o4ZFa0M279SDiEc7T6SWTykqPs4bh+eiStQKL9/8EbJUmWI + Cypw== +X-Gm-Message-State: + ALoCoQk+kiBKSExTXo1mUxz8XIW5nk5/Y8Pwuu0WHg/FuUnuEVF7N4CLVhIlXlTvLipSnUhnUohk +X-Received: by 10.194.80.193 with SMTP id t1mr150682069wjx.8.1420221515133; + Fri, 02 Jan 2015 09:58:35 -0800 (PST) +Received: from localhost (mobile-internet-bceeb5-193.dhcp.inet.fi. + [188.238.181.193]) by mx.google.com with ESMTPSA id + kn5sm65347583wjb.48.2015.01.02.09.58.34 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Fri, 02 Jan 2015 09:58:34 -0800 (PST) +From: Jani Nikula +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/2] completion: complete notmuch insert --keep and + --no-hooks options +In-Reply-To: <87a921f8zw.fsf@maritornes.cs.unb.ca> +References: <1415648143-19923-1-git-send-email-jani@nikula.org> + <87a921f8zw.fsf@maritornes.cs.unb.ca> +User-Agent: Notmuch/0.19+6~gf2e3d2c (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Fri, 02 Jan 2015 19:58:41 +0200 +Message-ID: <87y4plysha.fsf@nikula.org> +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, 02 Jan 2015 17:58:39 -0000 + +On Fri, 02 Jan 2015, David Bremner wrote: +> Jani Nikula writes: +> +>> --- +>> completion/notmuch-completion.bash | 2 +- +>> 1 file changed, 1 insertion(+), 1 deletion(-) +> +> Applied this, and v2 of the next patch. +> +> I guess this means the zsh completion is falling behind? + +Since a long time ago already, apart from a few updates from Michal +Sojka to match his cli changes. Can't really help with this. + +The (minimal) tcsh completion does not work at all, and would be better +off removed. + +BR, +Jani.