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 282DC431FC2 for ; Fri, 29 Mar 2013 13:38:17 -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 z10DAvsinQlc for ; Fri, 29 Mar 2013 13:38:16 -0700 (PDT) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 88F16431FC0 for ; Fri, 29 Mar 2013 13:38:16 -0700 (PDT) Received: by mail-lb0-f181.google.com with SMTP id r11so551288lbv.26 for ; Fri, 29 Mar 2013 13:38:15 -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 :x-gm-message-state; bh=uOfKVrsOGMCxIOzUYf9bkch3VpUihnwH0QqW0aYDnRY=; b=pFVO+hKVZJ36BZWitD3BnVZiJJXIl2Tpm8zVcKSHKD2QsmINGq3v69Vev7aB/gRFnR THUemisUk41zhNaPcHopJtaXaHhPgOEO9+YlgEIIlhLdPHvy6AcPMaFMHA9wRFBnoLy7 qB4iBDvgNWh/yNffNFrvZ/CTgEU+B/ZCJFfo67lhJOchMngRxuB1vUfAQTghb79Pc38t Qp4dwmZZ3IjWJZ6oVfhX8tOIxYhqkKpphkBwsmpy6+E8iHJW0IWVya/f7l5qlXZcatlt H2dScnITNw555zistIbXJ/j+nIKdC7H/RAiV6HX/bk3ogv6bX/ujvvQsOwuob3gm1bMb DAIw== X-Received: by 10.112.154.193 with SMTP id vq1mr1909622lbb.94.1364589493630; Fri, 29 Mar 2013 13:38:13 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi. [80.223.81.27]) by mx.google.com with ESMTPS id kw9sm1722663lbb.4.2013.03.29.13.38.11 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 29 Mar 2013 13:38:12 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 1/2] NEWS: bash completion Date: Fri, 29 Mar 2013 22:38:10 +0200 Message-Id: <1364589491-12788-1-git-send-email-jani@nikula.org> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQkcMTulfJSaYWjO/tWMAPKBjSu1BVBN2P8JzgX7H1PeTZdSTNflAftb/cOnPeXjafYWQA5u 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:17 -0000 --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index 530da31..c348068 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,18 @@ Command-Line Interface Deprecated commands "part" and "search-tags" are removed. +Bash command-line completion + + The notmuch command-line completion support for the bash shell has + been rewritten. Supported completions include all the notmuch + commands, command-line arguments, values for keyword arguments, + search prefixes (such as "subject:" or "from:") in all commands that + use search terms, tags after + and - in `notmuch tag`, tags after + "tag:" prefix, user's email addresses after "from:" and "to:" + prefixes, and config options (and some config option values) in + `notmuch config`. The new completion support depends on the + bash-completion package. + Vim Front-End ------------- -- 1.7.10.4