From: Jason A. Donenfeld Date: Sat, 8 Dec 2012 13:22:16 +0000 (+0100) Subject: Re: Tags with spaces X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0cc8d183c555a7cedc3d105a35844261c78be79a;p=notmuch-archives.git Re: Tags with spaces --- diff --git a/37/bbdf87d4c01f64e0ee44ffc43fded971844968 b/37/bbdf87d4c01f64e0ee44ffc43fded971844968 new file mode 100644 index 000000000..55be4c8f0 --- /dev/null +++ b/37/bbdf87d4c01f64e0ee44ffc43fded971844968 @@ -0,0 +1,72 @@ +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 3982E431FC0 + for ; Sat, 8 Dec 2012 05:22:18 -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 RtxHkDOlnNFy for ; + Sat, 8 Dec 2012 05:22:17 -0800 (PST) +Received: from homiemail-a61.g.dreamhost.com (caiajhbdccac.dreamhost.com + [208.97.132.202]) + by olra.theworths.org (Postfix) with ESMTP id B97D8431FAE + for ; Sat, 8 Dec 2012 05:22:17 -0800 (PST) +Received: from homiemail-a61.g.dreamhost.com (localhost [127.0.0.1]) + by homiemail-a61.g.dreamhost.com (Postfix) with ESMTP id 33D8C57806E + for ; Sat, 8 Dec 2012 05:22:17 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=zx2c4.com; h=mime-version + :in-reply-to:references:date:message-id:subject:from:to: + content-type; s=zx2c4.com; bh=mv6JxmuPsjtHPPB8/5jJriH3i/M=; b=vm + QimhJdvROAOZ3yspyFvoqi2dN4dYUU8CkIqrC0juhvVJw+nufL6iQvwTP0pvMutd + Nnoyg56KFgKAcSAu8yEAn+RA85d1wKKxErekfTGf4xyVWggAu6pzch7LczCNKNGb + rRPFOzKjavvv0J/XacIQ4/4zUp8437o1uYjsNNhUg= +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-a61.g.dreamhost.com (Postfix) with ESMTPSA id 1CEB957806C + for ; Sat, 8 Dec 2012 05:22:17 -0800 (PST) +Received: by mail-ob0-f181.google.com with SMTP id oi10so1231924obb.26 + for ; Sat, 08 Dec 2012 05:22:16 -0800 (PST) +MIME-Version: 1.0 +Received: by 10.60.169.205 with SMTP id ag13mr4869130oec.40.1354972936648; + Sat, 08 Dec 2012 05:22:16 -0800 (PST) +Received: by 10.76.33.70 with HTTP; Sat, 8 Dec 2012 05:22:16 -0800 (PST) +In-Reply-To: <20121208062739.GG4422@mit.edu> +References: + + <20121208062739.GG4422@mit.edu> +Date: Sat, 8 Dec 2012 14:22:16 +0100 +Message-ID: + +Subject: Re: Tags with spaces +From: "Jason A. Donenfeld" +To: Austin Clements , Tomi Ollila , + 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 13:22:18 -0000 + +Very helpful! Thanks folks for the explanations. + +Another thing to note is that the dump format doesn't add any quotes +to the tags, so this is something of an issue I suppose.