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 6C62A41A57D for ; Mon, 9 Apr 2012 08:37:15 -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 bf8umgTc7ZMW for ; Mon, 9 Apr 2012 08:37:15 -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 ADE7041ED7D for ; Mon, 9 Apr 2012 08:37:14 -0700 (PDT) Received: by bkwj4 with SMTP id j4so3765366bkw.26 for ; Mon, 09 Apr 2012 08:37:13 -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=c0FaQTx7094DS48jHyGT73KBxvmBm6qKvxNULHyEASI=; b=BQG+7JMJPb5HRjt7zOkALUIn5hhTx2ilu59ttRM2E3lNROfqf0IQNCp2kiiAi3CONN cr27Upwq8UrBMKsQg0LuheJyC1gZJpSy1Bup7yLND6PiWoV1BGC3jz1kJCwmusYCoLBY XcepuLw4L+OpjH1gVu45ssR5BCta5GHul5aowNmP0J/La13L7I/A29bVlQZMcmkVkM1k 8U2JastXgQ9Bru5E5rW9VkDZlECcIX6qxKp9jLkUyA2nVXYRfRZbWENg6BcT8+7yUUf4 T0bsx51lAokm2TZuc4PefP4+Z4nnc2V809Gp9JoNng4pbV0J0ixty8ixN0LiZ0M5FyuD quvw== Received: by 10.204.141.25 with SMTP id k25mr3114277bku.72.1333985833233; Mon, 09 Apr 2012 08:37:13 -0700 (PDT) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id u16sm30340468bkf.10.2012.04.09.08.37.11 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 Apr 2012 08:37:12 -0700 (PDT) From: Dmitry Kurochkin To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: get rid of trailing spaces in notmuch-hello view In-Reply-To: <87hawtormu.fsf@zancas.localnet> References: <1331351655-16921-1-git-send-email-dmitry.kurochkin@gmail.com> <8762d9q9vf.fsf@gmail.com> <87hawtormu.fsf@zancas.localnet> User-Agent: Notmuch/0.12+100~g29d9789 (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Mon, 09 Apr 2012 19:35:26 +0400 Message-ID: <87398crk8x.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 15:37:15 -0000 David Bremner writes: > Dmitry Kurochkin writes: > >> 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. > > Sorry, but if I can't take in the patch at a glance, it needs some > review before I am willing to push it. > Ok. Tagged as needs-review again. Let's see if I can attract some attention to the patch on IRC. Regards, Dmitry > d