From d67b0caa8c942920bc0fe9c7b3c447f03b585046 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 8 Dec 2012 04:44:23 +0100 Subject: [PATCH] Tags with spaces --- 6e/82310ac061ac439dbced5577f485b3ff9de77c | 70 +++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 6e/82310ac061ac439dbced5577f485b3ff9de77c diff --git a/6e/82310ac061ac439dbced5577f485b3ff9de77c b/6e/82310ac061ac439dbced5577f485b3ff9de77c new file mode 100644 index 000000000..c6163b7b1 --- /dev/null +++ b/6e/82310ac061ac439dbced5577f485b3ff9de77c @@ -0,0 +1,70 @@ +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 F3E7B431FAF + for ; Fri, 7 Dec 2012 19:44:26 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.1 +X-Spam-Level: +X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + RCVD_IN_DNSWL_NONE=-0.0001] 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 xTCFCPI07xu8 for ; + Fri, 7 Dec 2012 19:44:26 -0800 (PST) +Received: from homiemail-a4.g.dreamhost.com (caiajhbdcahe.dreamhost.com + [208.97.132.74]) + by olra.theworths.org (Postfix) with ESMTP id 7FEEA431FAE + for ; Fri, 7 Dec 2012 19:44:26 -0800 (PST) +Received: from homiemail-a4.g.dreamhost.com (localhost [127.0.0.1]) + by homiemail-a4.g.dreamhost.com (Postfix) with ESMTP id E3E6B51C062 + for ; Fri, 7 Dec 2012 19:44:24 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=zx2c4.com; h=mime-version + :date:message-id:subject:from:to:content-type; s=zx2c4.com; bh=l + xyJhxybGuuo7tKGwsSXmNZYUqE=; b=FkR3NLnOxjxm9gGtu2icQdMUqzIuj9+gZ + CY/D/nEhV7Q31Oo/AmUrWmsjMgK8XukEpOnl8BAPKEJeW+YsbsmawWXlp2YPRPri + hC3RIOh822ZSRDcz23uqwy4StG+gpdLQZ3xmZ6xPFCRch4rVXx6AcwqyCNcWZd37 + 6kvSf3e298= +Received: from mail-ob0-f181.google.com (mail-ob0-f181.google.com + [209.85.214.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + (Authenticated sender: jason@zx2c4.com) + by homiemail-a4.g.dreamhost.com (Postfix) with ESMTPSA id CC7CD51C05F + for ; Fri, 7 Dec 2012 19:44:24 -0800 (PST) +Received: by mail-ob0-f181.google.com with SMTP id oi10so1057729obb.26 + for ; Fri, 07 Dec 2012 19:44:23 -0800 (PST) +MIME-Version: 1.0 +Received: by 10.60.32.67 with SMTP id g3mr4257899oei.77.1354938263746; Fri, 07 + Dec 2012 19:44:23 -0800 (PST) +Received: by 10.76.33.70 with HTTP; Fri, 7 Dec 2012 19:44:23 -0800 (PST) +Date: Sat, 8 Dec 2012 04:44:23 +0100 +Message-ID: + +Subject: Tags with spaces +From: "Jason A. Donenfeld" +To: notmuch@notmuchmail.org +Content-Type: text/plain; charset=ISO-8859-1 +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: Sat, 08 Dec 2012 03:44:27 -0000 + +Do we support them? Are we going to? + +This doesn't work: +notmuch search -tag:"This has spaces" + +Nor does: +notmuch search "-tag:This has spaces" -- 2.26.2