From c06a8b306620bcfa58e0649d69355d869ef4a91d Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sat, 8 Dec 2012 08:21:57 +0200 Subject: [PATCH] Re: Tags with spaces --- f8/6bdb89d08a8c73896baaa4d7b261aca857e449 | 66 +++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 f8/6bdb89d08a8c73896baaa4d7b261aca857e449 diff --git a/f8/6bdb89d08a8c73896baaa4d7b261aca857e449 b/f8/6bdb89d08a8c73896baaa4d7b261aca857e449 new file mode 100644 index 000000000..79034b991 --- /dev/null +++ b/f8/6bdb89d08a8c73896baaa4d7b261aca857e449 @@ -0,0 +1,66 @@ +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 28C40431FAF + for ; Fri, 7 Dec 2012 22:22:04 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 bDsmBmlLTj+x for ; + Fri, 7 Dec 2012 22:22:03 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 239DE431FAE + for ; Fri, 7 Dec 2012 22:22:02 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id B3D55100045; + Sat, 8 Dec 2012 08:21:57 +0200 (EET) +From: Tomi Ollila +To: "Jason A. Donenfeld" , notmuch@notmuchmail.org +Subject: Re: Tags with spaces +In-Reply-To: + +References: + +User-Agent: Notmuch/0.14+116~g29fcdb5 (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +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 06:22:04 -0000 + +On Sat, Dec 08 2012, "Jason A. Donenfeld" wrote: + +> 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" + +This might work: + +notmuch search "-tag:'This has spaces'" + -- 2.26.2