Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / a1 / 1540e71c728d42087d8e8a8b747808f75ab9be
1 Return-Path: <jasonwoof@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 5A8FA429E25\r
6         for <notmuch@notmuchmail.org>; Sun, 10 Jul 2011 22:40:39 -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.699\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001,\r
13         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 brY2AD2vI47N for <notmuch@notmuchmail.org>;\r
17         Sun, 10 Jul 2011 22:40:37 -0700 (PDT)\r
18 Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com\r
19         [209.85.220.181]) (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 87418431FD0\r
22         for <notmuch@notmuchmail.org>; Sun, 10 Jul 2011 22:40:36 -0700 (PDT)\r
23 Received: by vxa40 with SMTP id 40so2729649vxa.26\r
24         for <notmuch@notmuchmail.org>; Sun, 10 Jul 2011 22:40:35 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=sender:from:to:subject:date:message-id:x-mailer;\r
27         bh=nM4lxJNJCrvMDw+T+dI7fNxZwPJoKp3PIuNpbKcdFCE=;\r
28         b=FXWtf8pg01/2aThH6bqItOUVbCe+dYJoFPKmkxnYGMpE/rT+RH2QWN1mYTR+M8zhUm\r
29         eJ2odZRlFlJ+TPO00d9POpILs774Kor5gKHdcv1jhyD8wMG7F4qUkUsX+GRO6P/58Mpg\r
30         oVpq0XlzMScnI3Cz4+UQaVraZTmZEreD2VZ88=\r
31 Received: by 10.52.115.232 with SMTP id jr8mr5179420vdb.38.1310362835401;\r
32         Sun, 10 Jul 2011 22:40:35 -0700 (PDT)\r
33 Received: from localhost.localdomain (c-98-216-100-90.hsd1.ma.comcast.net\r
34         [98.216.100.90])\r
35         by mx.google.com with ESMTPS id bl2sm5324172vbb.9.2011.07.10.22.40.33\r
36         (version=SSLv3 cipher=OTHER); Sun, 10 Jul 2011 22:40:34 -0700 (PDT)\r
37 Sender: Jason Woofenden <jasonwoof@gmail.com>\r
38 From: Jason Woofenden <jason@jasonwoof.com>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: vim front-end patches by Jason\r
41 Date: Mon, 11 Jul 2011 01:40:05 -0400\r
42 Message-Id: <1310362810-10926-1-git-send-email-jason@jasonwoof.com>\r
43 X-Mailer: git-send-email 1.7.5.4\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, 11 Jul 2011 05:40:41 -0000\r
57 \r
58 OK, everybody, here's my first set of patches. They all cleanup the\r
59 vim front-end. I started with the little stuff, to get my feet wet.\r
60 \r
61 Here's what's coming:\r
62 \r
63 [PATCH 1/5] vim: fix space key: now archives (did opposite)\r
64 [PATCH 2/5] vim: fix from list reformatting in search view\r
65 [PATCH 3/5] vim: fix on-screen instructions for show-signature\r
66 [PATCH 4/5] vim: fix (hack) cig/cit parsing within multipart/*\r
67 [PATCH 5/5] vim: fix citation/signature fold lengths\r
68 \r
69 The first three I've sent to the debian bug-tracking system I\r
70 think. Though I've since updated the second patch to not include\r
71 the change made by the first patch.\r
72 \r
73 So... use these instead.\r
74 \r
75 Or if you prefer git clone/remote, or online browsing, etc.,\r
76 you can see my work here:\r
77 \r
78 https://gitorious.org/jasonwoof/notmuch\r
79 \r
80 \r
81 That's all for now. Feedback (as always) is welcome. Especially the\r
82 type that leads to me learning something and/or my patches getting\r
83 merged upstream.\r
84 \r
85 \r
86 Take care,    - Jason\r
87 \r
88 P.S. I've looked into the key [re]mapping and I think we can\r
89 implement the notmuch mappings without screwing up the users\r
90 mappings by using the <buffer> argument to :nmap. I'll experiment\r
91 with that later.\r
92 \r
93 P.P.S. These, and all future changes I submit to this project are\r
94 of course available under the terms of the GPL, version 3 or at\r
95 your option any later version. Please let me know if you'd like me\r
96 to make this sort of statement in any particular way/place.\r