From feedb0b38094b6d3cacc979a481a0a2b821fc4a5 Mon Sep 17 00:00:00 2001 From: Anand Buddhdev Date: Sun, 2 Feb 2014 11:35:05 +0100 Subject: [PATCH] bash completion error with 0.17 --- 2c/6ce97cf3ec2263fd3d43cb2dc6b1b2ed6f8d65 | 107 ++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 2c/6ce97cf3ec2263fd3d43cb2dc6b1b2ed6f8d65 diff --git a/2c/6ce97cf3ec2263fd3d43cb2dc6b1b2ed6f8d65 b/2c/6ce97cf3ec2263fd3d43cb2dc6b1b2ed6f8d65 new file mode 100644 index 000000000..729a4153d --- /dev/null +++ b/2c/6ce97cf3ec2263fd3d43cb2dc6b1b2ed6f8d65 @@ -0,0 +1,107 @@ +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 156BA431FC0 + for ; Sun, 2 Feb 2014 02:35:13 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.798 +X-Spam-Level: +X-Spam-Status: No, score=-0.798 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, 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 6DYZAAzdzB03 for ; + Sun, 2 Feb 2014 02:35:09 -0800 (PST) +Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com + [74.125.82.47]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 245BA431FBF for ; Sun, 2 Feb 2014 02:35:09 -0800 + (PST) +Received: by mail-wg0-f47.google.com with SMTP id m15so10587191wgh.26 + for ; Sun, 02 Feb 2014 02:35:06 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:date:message-id:subject:from:to:content-type; + bh=gwkdkmZd+/priwSuwFPAeJr4kLMEsj5PbNTMdvsiEMU=; + b=q+ED+B1rJjG6YBVybdrXovGAkU1p8GsapYu7ILmrqFry7ye13FGe6PXVG7WdETOeVy + jUv9FSIYldCvY7UBs30YBtVsdzHn2jcgPOU4TpcwlykbNv930f2EenXnEmrPv7gGevfA + codH+wObtsgj4YrfDXxN7BuOWsmyPQkOvcbA+mW4B1Ag+ZiUwCwJCLzlgfkLJfwSpJWJ + K42IfHOeomzq2NMKOPth/ldI7AJnf2zu1AuTPu058aAQm/pP02IK1Mn9j87O9W76HroL + INYS/WanfyMv5lwvNF9FLHwCGBAjAzhASv9YAZ/Gk6sTyLIrxuW4vrtduiSEt8hAc2Q5 + xIEQ== +MIME-Version: 1.0 +X-Received: by 10.180.13.197 with SMTP id j5mr5166979wic.14.1391337305298; + Sun, 02 Feb 2014 02:35:05 -0800 (PST) +Received: by 10.227.2.9 with HTTP; Sun, 2 Feb 2014 02:35:05 -0800 (PST) +Date: Sun, 2 Feb 2014 11:35:05 +0100 +Message-ID: + +Subject: bash completion error with 0.17 +From: Anand Buddhdev +To: notmuch@notmuchmail.org +Content-Type: multipart/alternative; boundary=001a11c215cad85eed04f169f5ba +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: Sun, 02 Feb 2014 10:35:13 -0000 + +--001a11c215cad85eed04f169f5ba +Content-Type: text/plain; charset=ISO-8859-1 + +Hi people, + +I've just discovered notmuch. I've installed version 0.17 on my Mac using +Homebrew. I've also built a forked mutt with notmuch support, and I'm +exploring setting up virtual folders, and keeping all mail in a single "All +Mail" Maildir, with everything just tagged, a la Gmail :) I love it. + +I have one issue to report: when I type "notmuch" at the command-line and +press tab, bash completion gives me the following error: + +$ notmuch -bash: _init_completion: command not found + +Looks like something is missing in the bash completion script. I'd +appreciate if someone could make a patch. + +Regards, + +Anand + +--001a11c215cad85eed04f169f5ba +Content-Type: text/html; charset=ISO-8859-1 +Content-Transfer-Encoding: quoted-printable + +
Hi people,

I've just discovered not= +much. I've installed version 0.17 on my Mac using Homebrew. I've al= +so built a forked mutt with notmuch support, and I'm exploring setting = +up virtual folders, and keeping all mail in a single "All Mail" M= +aildir, with everything just tagged, a la Gmail :) I love it.
+

I have one issue to report: when I type "notmuch&q= +uot; at the command-line and press tab, bash completion gives me the follow= +ing error:

+ + + + + + + +

$ notmuch -bash: _init_completion: command not found

Looks like something is missing in the bash completion script. I&#= +39;d appreciate if someone could make a patch.

Regards, +

Anand

+ +--001a11c215cad85eed04f169f5ba-- -- 2.26.2