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 2081D431FAF for ; Fri, 30 Mar 2012 15:23:25 -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 Dds5b9jq6YBL for ; Fri, 30 Mar 2012 15:23:24 -0700 (PDT) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 83C64431FAE for ; Fri, 30 Mar 2012 15:23:24 -0700 (PDT) Received: by bkwj4 with SMTP id j4so1031337bkw.26 for ; Fri, 30 Mar 2012 15:23:21 -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:date:message-id:mime-version :content-type; bh=aqj6xygcg/wvE2uaonQOzZ3kLudkesqo8r3fdG9F8rk=; b=d4yr647DG/ND4N/3yUJZvPaAGu26LwMqouzgOjypHIIFsO7FQ5tAehJqK0JmeON1o8 bZ+onH5N1Jl6/lYNXEmkWagJUNG3JAq60X4H7q6dEbhgXavI3bl/BwwiQXLHrIAGHz7F jo9JBNdrZupC22Pw9P9PPkyuWe48q4so11B/mQjciBiVVknKcSztxk4Uou7aGlwkaBSY t9DT7ISw4QRnFPrcE8oP92XGDSlB6pUGPc8wk5ETeAXcH/DfEnngEZOF+KWDRNAwTr0m FMv+1R161oqbLYSjdbnqN75rb5bEy4+T5Rj8PP0psHiVoyX2wGi17cmi2oqXFFZ/McFf dj4g== Received: by 10.205.129.4 with SMTP id hg4mr78458bkc.16.1333146201486; Fri, 30 Mar 2012 15:23:21 -0700 (PDT) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id jr13sm23151598bkb.14.2012.03.30.15.23.19 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Mar 2012 15:23:19 -0700 (PDT) From: Dmitry Kurochkin To: notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] test: add broken test for long names in Emacs notmuch-hello view In-Reply-To: <1331278493-16996-1-git-send-email-dmitry.kurochkin@gmail.com> References: <1331278493-16996-1-git-send-email-dmitry.kurochkin@gmail.com>User-Agent: Notmuch/0.12+70~g06ecbeb (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Sat, 31 Mar 2012 02:21:39 +0400 Message-ID: <87aa2xivbg.fsf@gmail.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: Fri, 30 Mar 2012 22:23:25 -0000 Hi all. It has been a while since these patches were posted. They are pretty simple, just a single line (and a single char) is changed in actual code. So I am going to remove the needs-review tag. Regards, Dmitry