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 BF624431FD4 for ; Mon, 9 Apr 2012 07:06:43 -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 uANzOP2BHPHE for ; Mon, 9 Apr 2012 07:06:43 -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 314A5431FCF for ; Mon, 9 Apr 2012 07:06:43 -0700 (PDT) Received: by bkwj4 with SMTP id j4so3695331bkw.26 for ; Mon, 09 Apr 2012 07:06:41 -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=z1LmnNdvXSpu5YCclSBMhTM+Gx30m1RGBdL2Owirwzk=; b=VWy1yzfnebgTHGNEgG9ZgxVfDHP6wQG+N6nLYKFIcogE0ZvOQU4UsDZTRjNgLDqWn1 jOrv7H6jmcMp1gbTevYqhrHf3ck6dFnN5rhcvTsyFrTGLP6qJD+wJlxTHR1nJ61DeW0M bsZSpLCDyVQeTPeDo9TDOeY9P30v4S9CddvH1ktbVqpFs7n2gvZIhjVQcatmSmFJ4XXy gWyfN70OVmv4K1rBlj1+HpCYaIEX0ritK4UFngijbtMYcx5U2EfSoAM880xBxk//PL4Z q0hJMTiXn37iybsr/uzzsib2nhgpI6fGlM3/FPZWbTlhwtxoGXBOHzRDbSx6jj/QMzx5 8EJA== Received: by 10.204.157.7 with SMTP id z7mr3122217bkw.49.1333980401574; Mon, 09 Apr 2012 07:06:41 -0700 (PDT) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id zx16sm29978752bkb.13.2012.04.09.07.06.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 Apr 2012 07:06:37 -0700 (PDT) From: Dmitry Kurochkin To: notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: get rid of trailing spaces in notmuch-hello view In-Reply-To: <1331351655-16921-1-git-send-email-dmitry.kurochkin@gmail.com> References: <1331351655-16921-1-git-send-email-dmitry.kurochkin@gmail.com> User-Agent: Notmuch/0.12+100~g29d9789 (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Mon, 09 Apr 2012 18:04:52 +0400 Message-ID: <8762d9q9vf.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: Mon, 09 Apr 2012 14:06:43 -0000 Hi all. I am going to remove needs-review tag from this one since there seems to be no one interested in reviewing it. The patch itself may not be trivial, but it is pretty simple and does not make any critical changes. So I believe it is safe to push it. If there are any issues with the patch discovered later, I am committed to fix them. Regards, Dmitry