[ANN] notmuch vim ruby v0.4
[notmuch-archives.git] / 21 / eb3083b9f75c7d7ae3a2584ce605d4e3399006
diff --git a/21/eb3083b9f75c7d7ae3a2584ce605d4e3399006 b/21/eb3083b9f75c7d7ae3a2584ce605d4e3399006
new file mode 100644 (file)
index 0000000..8be2bf4
--- /dev/null
@@ -0,0 +1,86 @@
+Return-Path: <felipe.contreras@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 39335431FB6\r
+       for <notmuch@notmuchmail.org>; Mon,  4 Jun 2012 03:35:23 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id Gn0xjuRx6-VH for <notmuch@notmuchmail.org>;\r
+       Mon,  4 Jun 2012 03:35:22 -0700 (PDT)\r
+Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com\r
+       [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 925ED431FAF\r
+       for <notmuch@notmuchmail.org>; Mon,  4 Jun 2012 03:35:22 -0700 (PDT)\r
+Received: by lagu2 with SMTP id u2so3247164lag.26\r
+       for <notmuch@notmuchmail.org>; Mon, 04 Jun 2012 03:35:21 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+       h=mime-version:date:message-id:subject:from:to:content-type;\r
+       bh=g34N8ack/BCL1igJhow2/PRl2ydW0kmXZ6p22KPs1YU=;\r
+       b=SBkY3inBn0xAcU03/ef7m58lW5g4DovmyUm55CP8ZqJptPWcjsLQBN/KMjsUNoqUph\r
+       nxbPQyB8qlecoXgfDrFnTuSzZ1qzi1JWg3hFum/CcDVK6oc33/ZA5s5Cc3RaacFmhN1Q\r
+       fmCQgDXWy6Ypm8p7wOvQYxAZpjfNW/OmFIyFeSd5e67w6yqITwFaidPVFUaBlNOg8x1K\r
+       OJa1jU/nqIN5RZhnZ/f2dOwC1XoHzSuNW0WXSgzeZ7/6rmyGmKNNkKR0WtUFDVf7D2K+\r
+       Fz/dRRv/DhZVsE/r4zN5mBzfcUioz2IQRSN3NL5KNHdRU22MomgJ8xLNsPGEKmCMhWNm\r
+       prTA==\r
+MIME-Version: 1.0\r
+Received: by 10.152.125.236 with SMTP id mt12mr11981116lab.12.1338806121052;\r
+       Mon, 04 Jun 2012 03:35:21 -0700 (PDT)\r
+Received: by 10.112.107.65 with HTTP; Mon, 4 Jun 2012 03:35:21 -0700 (PDT)\r
+Date: Mon, 4 Jun 2012 12:35:21 +0200\r
+Message-ID:\r
+ <CAMP44s2Z75wyQ6L3kP7Jaw1sN_57DbiN6q00Vu3M4_AYM2SRJQ@mail.gmail.com>\r
+Subject: [ANN] notmuch vim ruby v0.4\r
+From: Felipe Contreras <felipe.contreras@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Content-Type: text/plain; charset=UTF-8\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 04 Jun 2012 10:35:23 -0000\r
+\r
+Hi,\r
+\r
+Here's a new version of notmuch-vim-ruby, a new attempt to have a\r
+proper vim interface for notmuch.\r
+\r
+Changes since v0.3:\r
+\r
+ * Avoid wiping other user key-bindings\r
+ * Improved encoding of messages (some servers complained)\r
+ * Automatically fetch notmuch configuration (no need for g:notmuch_rb_database)\r
+ * Improved view of messages\r
+ * Improved efficiency of tagging\r
+ * Properly synchronize maildir falgs\r
+ * Compatibility with Ruby 1.8\r
+ * New option to show next message (<tab>)\r
+ * New option to search from the search view itself\r
+\r
+Thanks to Chris Hoffman for some of these fixes.\r
+\r
+There is still some on the encoding of outgoing messages that I\r
+haven't managed to nail down, but I don't want to hold this release\r
+because of that. There's plenty of good stuff already, and this plugin\r
+works perfectly fine for me as it is.\r
+\r
+Cheers.\r
+\r
+-- \r
+Felipe Contreras\r