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 8027B431FAF for ; Sat, 11 Aug 2012 22:23:10 -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 BhauVC3aU+0q for ; Sat, 11 Aug 2012 22:23:08 -0700 (PDT) Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CC89F431FAE for ; Sat, 11 Aug 2012 22:23:08 -0700 (PDT) Received: by pbbro2 with SMTP id ro2so6782418pbb.26 for ; Sat, 11 Aug 2012 22:23:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:to:subject:mime-version:content-type :content-disposition:content-transfer-encoding; bh=JITOboOpPWpbRZ3//vWkebLrtnbpQfcwLC3+/irJQGQ=; b=GqOlJym7LPOgIkTCYjSJQBqENWLqhxXUz8U8AUhT401DMazXuoSZWwc9qIpBuSCR9l OecjLYisCkz78RBk0joFnbN9hDi2nrZZf0YP/RzUveiP3ZxoJ8EZ0WLH+WW4Lcpdmdkn ILuccXpTwQ0wYo7qoRyF02cu8uswHEIh8epG/ix0zuibMkMnaSHoRzMcwPUYvCUaknDq +qkhyXduRuFRzWZbA1p5sGt/psjYcxgBM2oG9OL+VwvpwwRkL/Vcz1LhE9zBYKlDbeoT WgtUNmDZk6acvlSdQwe9yT3S01ShLde8FNglJIxaEJmR6kqppNySlQKPvQoOSJ5Iwyxi utAw== Received: by 10.68.130.37 with SMTP id ob5mr24607160pbb.62.1344748986942; Sat, 11 Aug 2012 22:23:06 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id hr1sm2689056pbc.23.2012.08.11.22.23.04 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 11 Aug 2012 22:23:06 -0700 (PDT) Date: Sun, 12 Aug 2012 15:22:58 +1000 Message-ID: <20120812152258.GA32178@hili.localdomain> From: Peter Wang To: notmuch@notmuchmail.org Subject: [announce] Bower 0.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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: Sun, 12 Aug 2012 05:23:10 -0000 Hi, Bower is yet another curses frontend for the Notmuch email system. I wrote it for me, but you might like it, too. https://github.com/wangp/bower Bower 0.4 (2012-08-12) ====================== This release requires notmuch 0.13 for addressbook completion. * Asynchronous tagging and polling in index view. * Highlight diff lines in quoted text. * Context-aware completion for tag names. * Completion for addressbook aliases. * post_sendmail configuration option. * Support Up/Down/PgUp/PgDn/Home/End keys in more views. * Better resize handling. * Improved URL detection. * Don't expand HTML alternative parts unnecessarily. Peter