Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 3c / f27bb6e8c44c2e3b6b3befbeafa41dbae4aafa
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 C51E6431FD0\r
6         for <notmuch@notmuchmail.org>; Mon, 16 May 2011 07:01:11 -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 bZvVWUlcMPgq for <notmuch@notmuchmail.org>;\r
16         Mon, 16 May 2011 07:01:11 -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 B3F2C431FB6\r
22         for <notmuch@notmuchmail.org>; Mon, 16 May 2011 07:01:10 -0700 (PDT)\r
23 X-Envelope-From: anton@khirnov.net\r
24 Received: from zohar.localdomain (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 p4GE14hB046462;\r
26         Mon, 16 May 2011 16:01:05 +0200 (CEST)\r
27         (envelope-from anton@khirnov.net)\r
28 Received: from zohar.khirnov.net (zohar.khirnov.net [127.0.0.1])\r
29         by zohar.localdomain (Postfix) with ESMTP id 430A47F43E;\r
30         Mon, 16 May 2011 16:01:04 +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-vim EXPERIMENTAL\r
35 Message-ID: <20110516140103.6304.29501@zohar.khirnov.net>\r
36 Date: Mon, 16 May 2011 16:01:03 +0200\r
37 From: Anton Khirnov <anton@khirnov.net>\r
38 To: Felipe Contreras <felipe.contreras@gmail.com>\r
39 References: <20110515191531.25709.21869@zohar.khirnov.net>\r
40         <BANLkTimbNm-Vb55YYPQu6jFLhKVDtDsaaQ@mail.gmail.com>\r
41 In-Reply-To: <BANLkTimbNm-Vb55YYPQu6jFLhKVDtDsaaQ@mail.gmail.com>\r
42 Subject: Re: [RFC/PATCH] Vim client rewrite\r
43 Cc: notmuch@notmuchmail.org\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: Mon, 16 May 2011 14:01:11 -0000\r
57 \r
58 \r
59 On Mon, 16 May 2011 14:36:07 +0300, Felipe Contreras <felipe.contreras@gmai=\r
60 l.com> wrote:\r
61 > On Sun, May 15, 2011 at 10:15 PM,  <anton@khirnov.net> wrote:\r
62 > > my attempts to make the vim client more usable somehow spiraled out of\r
63 > > control and turned into a huge rewrite. The intermediate results I\r
64 > > hereby present for your amusement and comments.\r
65 > > (attached as whole files, since the patch would be unreadable)\r
66 > >\r
67 > > The main point of the rewrite is splitting of a large part of the code\r
68 > > into Python. This should have the following advantages:\r
69 > > 1) python-notmuch bindings can be used, which should allow for cleaner\r
70 > > =C2=A0 and more reliable code than running the binary and parsing its o=\r
71 utput\r
72 > > =C2=A0 with regexps.\r
73 > > =C2=A0 (also provides a nice use case for python-notmuch)\r
74 > > 2) Python's huge standard library makes implementing some features MUCH=\r
75  easier.\r
76 > > 3) More people know Python than vimscript, thus making the client\r
77 > > =C2=A0 development easier\r
78 > >\r
79 > > The code is =CE=B1 quality, but should be close to usable.\r
80 > > It already has some features not present in the mainline vim client,\r
81 > > like attachments (viewing and sending, saving to file should be trivial\r
82 > > to add, will be done when I have some time), better support for unicode\r
83 > > and more.\r
84 > >\r
85 > > Some UI features from the mainline versions that I didn't use were\r
86 > > removed and customization options are somewhat lacking atm. This is of\r
87 > > course to be improved later, depending on the responses.\r
88 > >\r
89 > > Comments, bugreports and fixes very much welcome.\r
90 > =\r
91 \r
92 > Do you have a git repo where to fetch these changes? Or can you\r
93 > provide a series of patches with 'git format-patch'?\r
94 > =\r
95 \r
96 \r
97 Ah right, forgot to mention it.\r
98 git://git.khirnov.net/git/notmuch\r
99 branch vim.\r
100 \r
101 --\r
102 Anton Khirnov\r