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 70892429E25 for ; Fri, 23 Dec 2011 15:53:51 -0800 (PST) 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 I1+qK5qSmu5C for ; Fri, 23 Dec 2011 15:53:49 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 5021F431FB6 for ; Fri, 23 Dec 2011 15:53:49 -0800 (PST) Received: by wibhq2 with SMTP id hq2so4194572wib.26 for ; Fri, 23 Dec 2011 15:53:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=pyfueY5S+ZtNG28SHMnI3EK7UUTweLlyXFqP8lOYCJA=; b=Ih58+qcY9qKICLsRJTtsaErpbHsj2rDXtNy7Ga8Y2xMDOKG/rIyzjyIIlrhgt0Pd8u uYy+RfBhYsGcDAfiZNjKt2+aQTc9rrNIQckJn31ypiz7REfQ1SdmAOziC4caJ/jj2Czi raOn8ccY7znlmmraRUeYvFyWC/zEJt/2frl4Y= Received: by 10.180.83.69 with SMTP id o5mr36595110wiy.1.1324684428131; Fri, 23 Dec 2011 15:53:48 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id fy5sm35701765wib.7.2011.12.23.15.53.45 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 23 Dec 2011 15:53:46 -0800 (PST) From: Dmitry Kurochkin To: Ivy Foster , notmuch@notmuchmail.org Subject: Re: [Patch 2/3] Respect window margins in notmuch-hello.el In-Reply-To: <87k47nlpzb.fsf@nausicaa.localdomain> References: <87k47nlpzb.fsf@nausicaa.localdomain> User-Agent: Notmuch/0.10.2+116~g4c449d4 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Sat, 24 Dec 2011 03:53:02 +0400 Message-ID: <8739caluap.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, 23 Dec 2011 23:53:51 -0000 Hi Ivy. The patch looks good to me. But I think it would be very nice to have a test for it, which would be broken at first and fixed by this patch. Can you add it please? Regards, Dmitry