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 43459431FBD for ; Thu, 1 May 2014 04:34:26 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.099 X-Spam-Level: X-Spam-Status: No, score=-0.099 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_NONE=-0.0001] 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 uVIsOdbp7mCj for ; Thu, 1 May 2014 04:34:20 -0700 (PDT) Received: from mail-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 034BC431FAE for ; Thu, 1 May 2014 04:34:19 -0700 (PDT) Received: by mail-pd0-f170.google.com with SMTP id x10so3071115pdj.1 for ; Thu, 01 May 2014 04:34:18 -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=YO4CVL9cU+L2yg1APczFQvfqwI6mPamuO4lL4mTdFfI=; b=CWTRFz9p9ENKgh63Fb0q+XlqgVUu0imcIx4xLKSBMJwa3Hgrz3gLIISXctRZImq6uI pCqQP6FZgOed85Yt3ILWJKKkL7GF3HIMFDgr0b7jbnKClUV8WMsZBTlgQ4Uobqy108wA sotwKYLhVLyiP39qPP8+HCV7Or92TKRmxvkDgKEF96WiozTqRmsL5rIgiqRyZme6yjuX 24CV6AX3zcqiCUfCtWAG7Xq8uuA+buI0qJd/ymVlYOG+t5jz5oKD+nuJeiKKr1vKebEm tS6s/7rLBt0AmCFv+9pLHtu+owBy3fO78xwR1vvY+t7gLC+rKwlox40NgkUTIZ3JmLNa 8Kew== X-Received: by 10.66.254.3 with SMTP id ae3mr20191198pad.49.1398944057885; Thu, 01 May 2014 04:34:17 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPSA id ff4sm155306982pad.24.2014.05.01.04.34.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 May 2014 04:34:16 -0700 (PDT) Date: Thu, 1 May 2014 21:34:12 +1000 Message-ID: <20140501213412.GG14572@hili.localdomain> From: Peter Wang To: notmuch@notmuchmail.org Subject: [announce] Bower 0.6 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: Thu, 01 May 2014 11:34:26 -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.6 (2014-05-01) ====================== This release requires notmuch 0.15 or above. Users who access notmuch via ssh must update their configuration (see bower.conf.sample). * Use notmuch 0.15 date parser instead of GNU date. * Use notmuch reply --reply-to=(sender|all). * Support single ~d DATE syntax. * Use the terminal's default background colour. * Configurable colours. * Use shell-style word splitting of all commands. * Automatically perform extra round of shell-quoting for ssh commands. * Run open part/URL command in background if suffixed by '&'. * Leave curses when running open part/URL command in foreground. * Configurable open URL and open part commands. * Configurable polling period in index view. * Configurable Drafts/Sent maildir folders in ~/.notmuch-config. * Fold/unfold header lines when composing messages. * Parse address lists per RFC 5322. * Refuse to send message when a header contains an invalid address. * Encode/decode headers per RFC 2047. * Encode attachment filenames per RFC 2231. * Allow non-ASCII characters in addressbook aliases. * Hide long blocks of quoted text by default. * Toggle inline display of any selected part with 'Z'. * Allow inline display of unsupported part if it contains text. * Improve handling of multipart/* parts. * Support undo in text entry. * Support text entry scrolling for lines wider than the screen. * Support ^W to delete word backwards. * Expand to common prefix initially when completing. * Bug fixes and minor improvements. Peter