Re: notmuch-tree display
[notmuch-archives.git] / 1e / 253756596dc810b8aa9f618aaeef0a65bffe6f
1 Return-Path: <dmitry.kurochkin@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 6C62A41A57D\r
6         for <notmuch@notmuchmail.org>; Mon,  9 Apr 2012 08:37:15 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id bf8umgTc7ZMW for <notmuch@notmuchmail.org>;\r
17         Mon,  9 Apr 2012 08:37:15 -0700 (PDT)\r
18 Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com\r
19         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id ADE7041ED7D\r
22         for <notmuch@notmuchmail.org>; Mon,  9 Apr 2012 08:37:14 -0700 (PDT)\r
23 Received: by bkwj4 with SMTP id j4so3765366bkw.26\r
24         for <notmuch@notmuchmail.org>; Mon, 09 Apr 2012 08:37:13 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type;\r
28         bh=c0FaQTx7094DS48jHyGT73KBxvmBm6qKvxNULHyEASI=;\r
29         b=BQG+7JMJPb5HRjt7zOkALUIn5hhTx2ilu59ttRM2E3lNROfqf0IQNCp2kiiAi3CONN\r
30         cr27Upwq8UrBMKsQg0LuheJyC1gZJpSy1Bup7yLND6PiWoV1BGC3jz1kJCwmusYCoLBY\r
31         XcepuLw4L+OpjH1gVu45ssR5BCta5GHul5aowNmP0J/La13L7I/A29bVlQZMcmkVkM1k\r
32         8U2JastXgQ9Bru5E5rW9VkDZlECcIX6qxKp9jLkUyA2nVXYRfRZbWENg6BcT8+7yUUf4\r
33         T0bsx51lAokm2TZuc4PefP4+Z4nnc2V809Gp9JoNng4pbV0J0ixty8ixN0LiZ0M5FyuD\r
34         quvw==\r
35 Received: by 10.204.141.25 with SMTP id k25mr3114277bku.72.1333985833233;\r
36         Mon, 09 Apr 2012 08:37:13 -0700 (PDT)\r
37 Received: from localhost ([91.144.186.21])\r
38         by mx.google.com with ESMTPS id u16sm30340468bkf.10.2012.04.09.08.37.11\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Mon, 09 Apr 2012 08:37:12 -0700 (PDT)\r
41 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
42 To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
43 Subject: Re: [PATCH] emacs: get rid of trailing spaces in notmuch-hello view\r
44 In-Reply-To: <87hawtormu.fsf@zancas.localnet>\r
45 References: <1331351655-16921-1-git-send-email-dmitry.kurochkin@gmail.com>\r
46         <8762d9q9vf.fsf@gmail.com> <87hawtormu.fsf@zancas.localnet>\r
47 User-Agent: Notmuch/0.12+100~g29d9789 (http://notmuchmail.org) Emacs/23.4.1\r
48         (x86_64-pc-linux-gnu)\r
49 Date: Mon, 09 Apr 2012 19:35:26 +0400\r
50 Message-ID: <87398crk8x.fsf@gmail.com>\r
51 MIME-Version: 1.0\r
52 Content-Type: text/plain; charset=us-ascii\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Mon, 09 Apr 2012 15:37:15 -0000\r
66 \r
67 David Bremner <david@tethera.net> writes:\r
68 \r
69 > Dmitry Kurochkin <dmitry.kurochkin@gmail.com> writes:\r
70 >\r
71 >> I am going to remove needs-review tag from this one since there seems to\r
72 >> be no one interested in reviewing it.  The patch itself may not be\r
73 >> trivial, but it is pretty simple and does not make any critical changes.\r
74 >> So I believe it is safe to push it.  If there are any issues with the\r
75 >> patch discovered later, I am committed to fix them.\r
76 >\r
77 > Sorry, but if I can't take in the patch at a glance, it needs some\r
78 > review before I am willing to push it.\r
79 >\r
80 \r
81 Ok.  Tagged as needs-review again.  Let's see if I can attract some\r
82 attention to the patch on IRC.\r
83 \r
84 Regards,\r
85   Dmitry\r
86 \r
87 > d\r