[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 21 / eb3083b9f75c7d7ae3a2584ce605d4e3399006
1 Return-Path: <felipe.contreras@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 39335431FB6\r
6         for <notmuch@notmuchmail.org>; Mon,  4 Jun 2012 03:35:23 -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 Gn0xjuRx6-VH for <notmuch@notmuchmail.org>;\r
17         Mon,  4 Jun 2012 03:35:22 -0700 (PDT)\r
18 Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com\r
19         [209.85.215.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 925ED431FAF\r
22         for <notmuch@notmuchmail.org>; Mon,  4 Jun 2012 03:35:22 -0700 (PDT)\r
23 Received: by lagu2 with SMTP id u2so3247164lag.26\r
24         for <notmuch@notmuchmail.org>; Mon, 04 Jun 2012 03:35:21 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=mime-version:date:message-id:subject:from:to:content-type;\r
27         bh=g34N8ack/BCL1igJhow2/PRl2ydW0kmXZ6p22KPs1YU=;\r
28         b=SBkY3inBn0xAcU03/ef7m58lW5g4DovmyUm55CP8ZqJptPWcjsLQBN/KMjsUNoqUph\r
29         nxbPQyB8qlecoXgfDrFnTuSzZ1qzi1JWg3hFum/CcDVK6oc33/ZA5s5Cc3RaacFmhN1Q\r
30         fmCQgDXWy6Ypm8p7wOvQYxAZpjfNW/OmFIyFeSd5e67w6yqITwFaidPVFUaBlNOg8x1K\r
31         OJa1jU/nqIN5RZhnZ/f2dOwC1XoHzSuNW0WXSgzeZ7/6rmyGmKNNkKR0WtUFDVf7D2K+\r
32         Fz/dRRv/DhZVsE/r4zN5mBzfcUioz2IQRSN3NL5KNHdRU22MomgJ8xLNsPGEKmCMhWNm\r
33         prTA==\r
34 MIME-Version: 1.0\r
35 Received: by 10.152.125.236 with SMTP id mt12mr11981116lab.12.1338806121052;\r
36         Mon, 04 Jun 2012 03:35:21 -0700 (PDT)\r
37 Received: by 10.112.107.65 with HTTP; Mon, 4 Jun 2012 03:35:21 -0700 (PDT)\r
38 Date: Mon, 4 Jun 2012 12:35:21 +0200\r
39 Message-ID:\r
40  <CAMP44s2Z75wyQ6L3kP7Jaw1sN_57DbiN6q00Vu3M4_AYM2SRJQ@mail.gmail.com>\r
41 Subject: [ANN] notmuch vim ruby v0.4\r
42 From: Felipe Contreras <felipe.contreras@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Content-Type: text/plain; charset=UTF-8\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Mon, 04 Jun 2012 10:35:23 -0000\r
58 \r
59 Hi,\r
60 \r
61 Here's a new version of notmuch-vim-ruby, a new attempt to have a\r
62 proper vim interface for notmuch.\r
63 \r
64 Changes since v0.3:\r
65 \r
66  * Avoid wiping other user key-bindings\r
67  * Improved encoding of messages (some servers complained)\r
68  * Automatically fetch notmuch configuration (no need for g:notmuch_rb_database)\r
69  * Improved view of messages\r
70  * Improved efficiency of tagging\r
71  * Properly synchronize maildir falgs\r
72  * Compatibility with Ruby 1.8\r
73  * New option to show next message (<tab>)\r
74  * New option to search from the search view itself\r
75 \r
76 Thanks to Chris Hoffman for some of these fixes.\r
77 \r
78 There is still some on the encoding of outgoing messages that I\r
79 haven't managed to nail down, but I don't want to hold this release\r
80 because of that. There's plenty of good stuff already, and this plugin\r
81 works perfectly fine for me as it is.\r
82 \r
83 Cheers.\r
84 \r
85 -- \r
86 Felipe Contreras\r