From: Jani Nikula Date: Fri, 29 Mar 2013 20:38:11 +0000 (+0200) Subject: [PATCH 2/2] completion: update README about bash completion dependencies X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=37c774cebaf232abfad6306eb6fc84ca387e3aee;p=notmuch-archives.git [PATCH 2/2] completion: update README about bash completion dependencies --- diff --git a/97/2ea29cbe89db7f22d01e9bf80dc9400ba43563 b/97/2ea29cbe89db7f22d01e9bf80dc9400ba43563 new file mode 100644 index 000000000..9889a5a54 --- /dev/null +++ b/97/2ea29cbe89db7f22d01e9bf80dc9400ba43563 @@ -0,0 +1,99 @@ +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 31473431FC3 + for ; Fri, 29 Mar 2013 13:38:19 -0700 (PDT) +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 DBzzGvXrWoMW for ; + Fri, 29 Mar 2013 13:38:18 -0700 (PDT) +Received: from mail-la0-f47.google.com (mail-la0-f47.google.com + [209.85.215.47]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 64E15431FC2 + for ; Fri, 29 Mar 2013 13:38:18 -0700 (PDT) +Received: by mail-la0-f47.google.com with SMTP id fj20so765060lab.6 + for ; Fri, 29 Mar 2013 13:38:16 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to + :references:x-gm-message-state; + bh=nZYkYk9oTBT43yAtmDMxMdItS1eDk00gYrVY5OWnRmo=; + b=CtKNwm4paizgZDskKWlWTMkRD1/ucfUaHEKhv6tQ8PqImDHpYg+arIV6BqTaknE55p + vEMl2r8KQ9+HrHiWEnVcTikkA8ZvdXsN0At+M7LB4Lj3Jv6yd6xla+H6llEXjRcWCv3n + nrWxbp29RhVCi/LMYwrvAXxzg5/dZQuzdI9JbaM4XBw2OrJ0pHPOowCroFLCx4qpfFjL + 9GuCOiUCZzurvi6y0gTKFT5fkI5JIZz7zyH5voa8NdswmC4fPI0b92Qq7JuyKTyBuEdD + B/zB0ey3IljPPJ0HwDQh06vbttgxoG5G25e2ckB9/IBu0Bqw8tL1Vlu3Kx723t8khNbL + uYKg== +X-Received: by 10.152.109.208 with SMTP id hu16mr1710135lab.45.1364589495522; + Fri, 29 Mar 2013 13:38:15 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi. + [80.223.81.27]) + by mx.google.com with ESMTPS id pk1sm1610658lab.0.2013.03.29.13.38.14 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 29 Mar 2013 13:38:15 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH 2/2] completion: update README about bash completion + dependencies +Date: Fri, 29 Mar 2013 22:38:11 +0200 +Message-Id: <1364589491-12788-2-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 1.7.10.4 +In-Reply-To: <1364589491-12788-1-git-send-email-jani@nikula.org> +References: <1364589491-12788-1-git-send-email-jani@nikula.org> +X-Gm-Message-State: + ALoCoQmQqWxxW/okuMTOOKRDSQwpVq+GEZ+qJQqWaYwNs+IakKon6HXgIrFZNkJMJDrz7JLxJWeI +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, 29 Mar 2013 20:38:19 -0000 + +--- + completion/README | 16 +++++++++++++--- + 1 file changed, 13 insertions(+), 3 deletions(-) + +diff --git a/completion/README b/completion/README +index 40a30e5..93f0f8b 100644 +--- a/completion/README ++++ b/completion/README +@@ -3,8 +3,18 @@ notmuch completion + This directory contains support for various shells to automatically + complete partially entered notmuch command lines. + +-notmuch-completion.bash Command-line completion for the bash shell ++notmuch-completion.bash + +-notmuch-completion.tcsh Command-line completion for the tcsh shell ++ Command-line completion for the bash shell. This depends on ++ bash-completion package [1] version 2.0, which depends on bash ++ version 3.2 or later. + +-notmuch-completion.zsh Command-line completion for the zsh shell ++ [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. +-- +1.7.10.4 +