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 20FDC431FCB for ; Wed, 18 Nov 2009 17:16:08 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 SvxW1mSAiuNS for ; Wed, 18 Nov 2009 17:16:07 -0800 (PST) Received: from mail-gx0-f221.google.com (mail-gx0-f221.google.com [209.85.217.221]) by olra.theworths.org (Postfix) with ESMTP id 8A962431FAE for ; Wed, 18 Nov 2009 17:16:07 -0800 (PST) Received: by gxk21 with SMTP id 21so1611563gxk.10 for ; Wed, 18 Nov 2009 17:16:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:cc:subject :date:message-id:x-mailer; bh=OXwWeGmsa6u0ti/prKSwxP4Ott3nilbE01/77WF5pXI=; b=NpypCSWqkXWY0yXVmbAnD2H6iGumhHHzcIUHXy6uyo0qA9nCNtoEAl3z5+IQuXHDOu hfcf8YjxFkbdOT1di/UuhAHEbQlMTwbuRiLSGc77/F2aHyk4Sd409Lh7SoEqCKRoDeBD +Nd74k5Ujd9gArvXxB5nikX9SnCpbnKVScKF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=TUNc8YgCLTl/1+Y7WOW1NsKCGKUNPelL1++OYsvf4rAVDW+gOwEwfQtcucLlPY/o0g o2SJywzAD7WNGwtgQ+JMF3bmaP05gHyDa+NeeR62Ptbpx2KwQ1khAifUSloPu5Xp0aiB p8d4ATKqH8OxI2y8whMpy1TVRP4sScmCLaO5I= Received: by 10.101.202.1 with SMTP id e1mr1500030anq.69.1258593367171; Wed, 18 Nov 2009 17:16:07 -0800 (PST) Received: from fortitudo (nat09.metaweb.com [208.68.111.136]) by mx.google.com with ESMTPS id 9sm29874yxf.41.2009.11.18.17.16.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 18 Nov 2009 17:16:06 -0800 (PST) Received: from alexbl (uid 1001) (envelope-from alexbl@fortitudo) id 70a8 by fortitudo (DragonFly Mail Agent) Wed, 18 Nov 2009 17:16:05 -0800 From: Alexander Botero-Lowry To: notmuch@notmuchmail.org Date: Wed, 18 Nov 2009 17:15:43 -0800 Message-Id: <1258593343-7972-1-git-send-email-alex.boterolowry@gmail.com> X-Mailer: git-send-email 1.6.5.2 Subject: [notmuch] [PATCH] Checkin some command-only tcsh completions X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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, 19 Nov 2009 01:16:08 -0000 --- notmuch-completion.tcsh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 notmuch-completion.tcsh diff --git a/notmuch-completion.tcsh b/notmuch-completion.tcsh new file mode 100644 index 0000000..c0d3a44 --- /dev/null +++ b/notmuch-completion.tcsh @@ -0,0 +1,2 @@ +set NOTMUCH_CMD=`notmuch help | awk '/\t/' | cut -f2 |grep -v '^$'` +complete notmuch 'p/1/$NOTMUCH_CMD/' -- 1.6.5.2