Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 17A95431FBC for ; Wed, 25 Apr 2012 15:29:13 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vE9DiZLNyy6p for ; Wed, 25 Apr 2012 15:29:12 -0700 (PDT) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 5D280431FAE for ; Wed, 25 Apr 2012 15:29:12 -0700 (PDT) Received: by eaa1 with SMTP id 1so268392eaa.26 for ; Wed, 25 Apr 2012 15:29:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=3aQt319uka89hx2uZ0bItw39hRJC5LylFNgDcQWXblc=; b=IsO1BgM9+S8w2BF3Nydh4MQI3fWz7+qIYWDTHS0WMQeVG5Wl9eZXJWsbL7QLixz9R0 H3bt/KU8utPCVzdRnchzCx7mIE+zT+YqNAN5blD/jQekkfx+f2JrgTido08PzwALoJru eXFkf32X4AYWTnH9SsoFJG+fUJ2lATYHn2nsI50IZhEWr/6Fcar50teSkmaWbjALEK2e zaMV83tIpTKtDafvCS+rBPtRvBUfbmJUGMY8ibSG4iNZNlryZOBqaWq6qikbnnbjG9Jh Fg9mZVTR8wKfy1T/3VQE4wOP3bJiEL4toVoKM21V3ayajOyZWkz2YxVMpOM/Tl+bJlQZ HAyw== MIME-Version: 1.0 Received: by 10.213.104.132 with SMTP id p4mr419873ebo.101.1335392949611; Wed, 25 Apr 2012 15:29:09 -0700 (PDT) Received: by 10.213.103.18 with HTTP; Wed, 25 Apr 2012 15:29:09 -0700 (PDT) In-Reply-To: References: Date: Thu, 26 Apr 2012 01:29:09 +0300 Message-ID: Subject: Re: [ANN] New awesome vim plug-in using Ruby bindings From: Felipe Contreras To: notmuch@notmuchmail.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Ali Polatel , Bart Trojanowski , Adrian Perez X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2012 22:29:13 -0000 2012/4/23 Felipe Contreras : > So, since I'm a big fan of Ruby, I decided to try my luck writing a > plug-in from scratch. It took me one weekend, but I'm pretty happy > with the result. This plug-in has already essentially all the > functionality of the current one, but it's much, *much* simpler (only > 600) lines of code. > > And in addition has many more features: > > =C2=A0* Gradual searches; you don't have to wait for the whole search to = finish, > =C2=A0 sort of like the 'less' command > =C2=A0* Proper multi-part handling; finds out if there's text/plain, or i= f > =C2=A0 text/html, converts it using elinks > =C2=A0* Extract all attachments > =C2=A0* Open message with mutt (or any external application that can open= an mbox) > =C2=A0* More proper UTF-8 handling > =C2=A0* Configurable key mappings > =C2=A0* Much simpler, cleaner, beautiful, and extensible code (only 600 l= ines!) In case anybody is interested, here's a screencast showing some of the features :) http://youtu.be/JGD7IbZmnIs Cheers. --=20 Felipe Contreras