Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 4b / 10f3e99d4840bedb61be613a28b13f19249cf4
1 Return-Path: <anton@khirnov.net>\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 B3E88431FAF\r
6         for <notmuch@notmuchmail.org>; Wed,  2 May 2012 13:41:52 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id CDVM28SOb7yb for <notmuch@notmuchmail.org>;\r
16         Wed,  2 May 2012 13:41:52 -0700 (PDT)\r
17 Received: from smtp1.kolej.mff.cuni.cz (smtp1.kolej.mff.cuni.cz\r
18         [78.128.192.10])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id EA9D2431FAE\r
22         for <notmuch@notmuchmail.org>; Wed,  2 May 2012 13:41:51 -0700 (PDT)\r
23 X-Envelope-From: anton@khirnov.net\r
24 Received: from daenerys.khirnov.net (zohar.kolej.mff.cuni.cz [78.128.198.199])\r
25         by smtp1.kolej.mff.cuni.cz (8.14.4/8.14.4) with ESMTP id\r
26         q42KfmeY083794; Wed, 2 May 2012 22:41:49 +0200 (CEST)\r
27         (envelope-from anton@khirnov.net)\r
28 Received: from daenerys.khirnov.net (localhost [127.0.0.1])\r
29         by daenerys.khirnov.net (Postfix) with ESMTP id 8719E121840;\r
30         Wed,  2 May 2012 22:41:48 +0200 (CEST)\r
31 Content-Type: text/plain; charset="utf-8"\r
32 MIME-Version: 1.0\r
33 Content-Transfer-Encoding: quoted-printable\r
34 User-Agent: notmuch-vimpy\r
35 Message-ID: <20120502204148.4214.85824@daenerys.khirnov.net>\r
36 Date: Wed, 02 May 2012 22:41:48 +0200\r
37 References:\r
38  <CAMP44s3gNrDnsqpdiHJAhJOkM1SYKMUTNL2LUO4QEUCPiFZARA@mail.gmail.com>\r
39 To: Felipe Contreras <felipe.contreras@gmail.com>, notmuch@notmuchmail.org\r
40 In-Reply-To:\r
41  <CAMP44s3gNrDnsqpdiHJAhJOkM1SYKMUTNL2LUO4QEUCPiFZARA@mail.gmail.com>\r
42 From: Anton Khirnov <anton@khirnov.net>\r
43 Subject: Re: [ANN] New awesome vim plug-in using Ruby bindings\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Wed, 02 May 2012 20:41:52 -0000\r
57 \r
58 \r
59 On Mon, 23 Apr 2012 04:12:32 +0300, Felipe Contreras <felipe.contreras@gmai=\r
60 l.com> wrote:\r
61 > Hi,\r
62 > =\r
63 \r
64 > I've never been particularly happy with the code of the vim plug-in,\r
65 > but it sort of did the job, after some fixes, and has been working\r
66 > great so far for most of my needs even though it's clearly very rough\r
67 > on the edges.\r
68 > =\r
69 \r
70 > However, I'm recently in need of been able to read HTML mails, and\r
71 > just trying to add that code was a nightmare, so I decided to look for\r
72 > alternatives, including Anton's Python vim plug-in (which is nice, but\r
73 > doesn't have support for that), and even learning emacs, to use what\r
74 > most people here use (but it turns out the HTML messages don't work\r
75 > correctly there either). I also tried the various mutt+notmuch\r
76 > options, and none fit the bill.\r
77 > =\r
78 \r
79 > So, since I'm a big fan of Ruby, I decided to try my luck writing a\r
80 > plug-in from scratch. It took me one weekend, but I'm pretty happy\r
81 > with the result. This plug-in has already essentially all the\r
82 > functionality of the current one, but it's much, *much* simpler (only\r
83 > 600) lines of code.\r
84 > =\r
85 \r
86 > And in addition has many more features:\r
87 > =\r
88 \r
89 >  * Gradual searches; you don't have to wait for the whole search to finis=\r
90 h,\r
91 >    sort of like the 'less' command\r
92 \r
93 How did you do that? When I tried to do this in my version, I got hit by\r
94 vim not being threadsafe.\r
95 \r
96 -- =\r
97 \r
98 Anton Khirnov\r