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 04A47431FB6 for ; Wed, 3 Apr 2013 16:58:52 -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 fmXMUIeM7JVq for ; Wed, 3 Apr 2013 16:58:51 -0700 (PDT) Received: from mail-lb0-f175.google.com (mail-lb0-f175.google.com [209.85.217.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D739E431FAE for ; Wed, 3 Apr 2013 16:58:50 -0700 (PDT) Received: by mail-lb0-f175.google.com with SMTP id o10so2149719lbi.20 for ; Wed, 03 Apr 2013 16:58:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=m1KW0whyUHkhTGs9XpLfUbFppdYs41EoINxm5dpY9bk=; b=TjxJSVfRy5ufAlel8kZQkkakTUPdcPzLtktrUiE0visZ0JZHfKsuVTEASvp/ygYT3o XvzR5rkdDlDj76QnnUrhy4ArFVEzzaL0oK+xdI5Ccw4Kx9nBsk6usW6f68lq+OUbloTa ujVVicnkj1W+tQPRMg5JmcRGXB6WHuxiuVR5WHxYoNHoYLR4fSsYxfc5y6A6cnfV76vu Y4GsM7k81mbUdDflgem2NAHIPA/E22XanynYRA1fmOF68jHVq2iwPwfGgBeH56OkfjS2 blXcfm2PiHooYxY/5Da4MR2CjFNPdCGhZE3XDS/JB96CCSFo25dBwuPlqXVrXn1Tsb5q xOjw== MIME-Version: 1.0 X-Received: by 10.112.41.136 with SMTP id f8mr2047301lbl.121.1365033529162; Wed, 03 Apr 2013 16:58:49 -0700 (PDT) Received: by 10.114.20.36 with HTTP; Wed, 3 Apr 2013 16:58:49 -0700 (PDT) Date: Wed, 3 Apr 2013 17:58:49 -0600 Message-ID: Subject: [ANN] notmuch-vim-ruby v0.5 From: Felipe Contreras To: notmuch@notmuchmail.org Content-Type: text/plain; charset=UTF-8 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, 03 Apr 2013 23:58:52 -0000 Hi, After a long period of inactivity, here is the new version of notmuch-vim-ruby. The main changes are: * New fallback mode when mail gem is not available * Simplified build and setup * More features: arbitrary tags, save messages * Saner defaults So the chances it will work properly right away are much higher now. And for the people using Arch Linux: https://aur.archlinux.org/packages/vim-notmuch/ Grab it from the usual location: https://github.com/felipec/notmuch-vim-ruby Cheers. Felipe Contreras (9): Add option to save a message Update documentation Add simple mail parser Copy notmuch-vim syntax build: add Makefile build: add target to compile the ruby bindings Update README with simpler instructions No need for full sendmail path Improve build instructions Kirill A. Shutemov (5): README: fix typo open_reply: fallback to use addr.local if addr.name is nil Use /usr/sbin/sendmail as a default Introduce g:notmuch_rb_folders_count_threads show_reply: set compose_done appropriately Kit Westneat (3): Add support for arbitrary tags. Assume + if tag does not start with + or - refresh search results after adding a tag -- Felipe Contreras