From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 03EB2431FAF for ; Fri, 26 Oct 2012 22:16:20 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=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 XEGKoWMJygKh for ; Fri, 26 Oct 2012 22:16:19 -0700 (PDT) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 8960C431FAE for ; Fri, 26 Oct 2012 22:16:19 -0700 (PDT) Received: by mail-vc0-f181.google.com with SMTP id n11so3873366vch.26 for ; Fri, 26 Oct 2012 22:16:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=BeXbKxAvBKiG2TgSXjfPEwcZLq5eC+ttOlOA8co1a3M=; b=WtcHb4jB6L5BBaEjc7yhRu+y/AwpNdwt31ApVJws9p4zDjduhThLHUyaYUmF8KogB7 5tUfn2oUggb3CV/L/keOB3cKpgKvvdzGV4uGOZjxHWM0wbp6rir2VI95xwQ0ea/2E41A poRTCcjgU66MceNNjx5BOZk1X3h/QLyl/PcHuaXoevGJGZ0qtB3U8R6iKX8mh6IT3GJ1 N9TF1mZBSRZnBkxtsyxLC3ny/zP0OUP2/ppWThjcNtAMkoRIPPpKrT6tLw3Zrko97Bhv wkNTM2va9938nUg9iEpQEyOxce84zSTGyMnS8qOCX46BDGDDR0bkDjbbaX8yzImbd6EU JHXw== Received: by 10.52.92.229 with SMTP id cp5mr20044593vdb.14.1351314977683; Fri, 26 Oct 2012 22:16:17 -0700 (PDT) Received: from smtp.gmail.com (cpe-74-70-7-64.nycap.res.rr.com. [74.70.7.64]) by mx.google.com with ESMTPS id r6sm2033132vdj.8.2012.10.26.22.16.15 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 26 Oct 2012 22:16:16 -0700 (PDT) From: Ethan Glasser-Camp To: Tomi Ollila , Austin Clements , notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] tag: Disallow adding malformed tags to messages In-Reply-To: References: <1351284853-24809-1-git-send-email-amdragon@mit.edu> User-Agent: Notmuch/0.14+45~g6ea9330 (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Sat, 27 Oct 2012 01:16:13 -0400 Message-ID: <871ugkijfm.fsf@betacantrips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 27 Oct 2012 05:16:20 -0000 Tomi Ollila writes: > LGTM (NEWS too) Yep! Removing needs-review. Ethan