From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 2D053431FB6 for ; Fri, 2 Jan 2015 10:03:26 -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 CYMfvZtELuad for ; Fri, 2 Jan 2015 10:03:23 -0800 (PST) Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1291A431FAF for ; Fri, 2 Jan 2015 10:03:23 -0800 (PST) Received: by mail-wi0-f171.google.com with SMTP id bs8so28043165wib.16 for ; Fri, 02 Jan 2015 10:03:22 -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:date:message-id:in-reply-to :references; bh=KVdFPWUFQ21HcKOADs979cgZyr/0okWJ6ddyQxJPw+4=; b=aylD9P0hbz+V3p7LHL6SQptpRCIbQRAYeWZjFe3R3Q1Oy3fHSDaSKBBFOOOqMioBO3 Gtd1/npgdbQ1tzSBl7ocZntE6NgquCDdzuOpfclSs+hT2tOLpkVS9xH+J+7RTNcuulLd F8gJh3n79GD3a/jUK5IHntU6zSPNrrmpQ+dNeVkU/5z0/rB23LsaleC9T3TcAShlqifQ kJUtbeWkX/pwrsM10M3TPDweXqEAOZAYFNLDsevmI7Bpj8ZrUF3xKTLu8u3q2cu5cOc6 Y1+swUtY96Tqqb1Jil9RaA9bb1HUTCrZHEfRFQ5uZL9Lb45uuI5+XUkewrDIAfWwlma8 PiCA== X-Gm-Message-State: ALoCoQkov5RbbQCTox07b+F0MP9ksiZOxX12ou+3eWhRqD/l0ctH2PUr1/+sDklDrrfxIE+goxSH X-Received: by 10.180.8.202 with SMTP id t10mr138347419wia.15.1420221801972; Fri, 02 Jan 2015 10:03:21 -0800 (PST) Received: from localhost (mobile-internet-bceeb5-193.dhcp.inet.fi. [188.238.181.193]) by mx.google.com with ESMTPSA id x6sm31655052wjf.24.2015.01.02.10.03.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Jan 2015 10:03:21 -0800 (PST) From: Jani Nikula To: David Bremner , notmuch@notmuchmail.org Subject: [PATCH] completion: remove the broken notmuch-completion.tcsh Date: Fri, 2 Jan 2015 20:03:28 +0200 Message-Id: <1420221808-7065-1-git-send-email-jani@nikula.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <87y4plysha.fsf@nikula.org> References: <87y4plysha.fsf@nikula.org> 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 18:03:26 -0000 The tcsh completion is minimal yet doesn't work at all. We're better off without it, it's more embarrassing than useful. --- completion/README | 4 ---- completion/notmuch-completion.tcsh | 2 -- 2 files changed, 6 deletions(-) delete mode 100644 completion/notmuch-completion.tcsh diff --git a/completion/README b/completion/README index 93f0f8bf942c..e200c189058c 100644 --- a/completion/README +++ b/completion/README @@ -11,10 +11,6 @@ notmuch-completion.bash [1] http://bash-completion.alioth.debian.org/ -notmuch-completion.tcsh - - Command-line completion for the tcsh shell. - notmuch-completion.zsh Command-line completion for the zsh shell. diff --git a/completion/notmuch-completion.tcsh b/completion/notmuch-completion.tcsh deleted file mode 100644 index c0d3a4463555..000000000000 --- a/completion/notmuch-completion.tcsh +++ /dev/null @@ -1,2 +0,0 @@ -set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'` -complete notmuch 'p/1/$NOTMUCH_CMD/' -- 2.1.4