From 17564d9ff63cf24de707d3419ac2cc0349a22ef4 Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Sat, 20 Apr 2013 15:06:51 +1000 Subject: [PATCH] [announce] Bower 0.5 --- ee/c159719a832da10184002163e47f87f5054ea0 | 92 +++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 ee/c159719a832da10184002163e47f87f5054ea0 diff --git a/ee/c159719a832da10184002163e47f87f5054ea0 b/ee/c159719a832da10184002163e47f87f5054ea0 new file mode 100644 index 000000000..7b6ac6038 --- /dev/null +++ b/ee/c159719a832da10184002163e47f87f5054ea0 @@ -0,0 +1,92 @@ +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 32747431FBC + for ; Fri, 19 Apr 2013 22:06:59 -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 bqfKMvGnjFJs for ; + Fri, 19 Apr 2013 22:06:58 -0700 (PDT) +Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com + [209.85.220.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 7EDEE431FB6 + for ; Fri, 19 Apr 2013 22:06:58 -0700 (PDT) +Received: by mail-pa0-f49.google.com with SMTP id kp14so2628847pab.36 + for ; Fri, 19 Apr 2013 22:06:57 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=x-received:date:message-id:from:to:subject:mime-version + :content-type:content-disposition:content-transfer-encoding; + bh=0hHzbD/YxTZ0TsOaEowLZiEwTM+MRUFOti9J9tfAx+w=; + b=nRYtfM8msm0x8cAFQo/C0fEp9+zscPssNmsKKgcSpXLtWu+DxE3txAH5iisMaTMVbE + GHwtp4Ebc9o2saGJ91I4+xPBcA96sb8YU9iG77bI4XgQk4HcJWddIhdaN8dMhQ7Xp+JK + 2zr259ahHu0Gh91CRbB5mAMb6o1wszRx9iRnye+qGKIfzp+IPr2RguQh+nmV7eTsERtw + gwl/wKmKyxaNQS0Su+eWXa3tu0wjgqqC9wnxpnXh37GFS3DsIrYj7thfInMjGCg+7SA/ + QGs6xsNOfM9i2RnpDoJ1s6R1vtY6pFLUulyeQOST7O+M7TMBiKBOGTATW0l9G1ZZvFJa + hn3Q== +X-Received: by 10.67.2.68 with SMTP id bm4mr19161665pad.9.1366434416808; + Fri, 19 Apr 2013 22:06:56 -0700 (PDT) +Received: from localhost (215.42.233.220.static.exetel.com.au. + [220.233.42.215]) + by mx.google.com with ESMTPS id qi1sm3386345pac.21.2013.04.19.22.06.54 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 19 Apr 2013 22:06:55 -0700 (PDT) +Date: Sat, 20 Apr 2013 15:06:51 +1000 +Message-ID: <20130420150651.GA18559@hili.localdomain> +From: Peter Wang +To: notmuch@notmuchmail.org +Subject: [announce] Bower 0.5 +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: Sat, 20 Apr 2013 05:06:59 -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.5 (2013-04-20) +====================== + +* Add 'a' add to addressbook action. +* Add 'B' resend message action. +* Add 'z' to cycle alternatives to highlighted part. +* Make 'O' toggle message ordering without prompting. +* Toggling message ordering need not call notmuch again. +* Add completion for search aliases. +* Add completion and expansion of tilde (~) to home directory in paths. +* Show approximate attachment sizes in pager (requires notmuch 0.15). +* Handle interrupts properly. +* ^C interrupts a running notmuch search without quitting bower. +* Don't abort when unable to parse invalid json output from notmuch. +* Pass sendmail -t option ourselves; disallow it in config. +* Tell lynx to output UTF-8 by default. +* Replace colons in generated filenames when saving. +* Fixes for URL detection algorithm. +* Use _NSGetEnviron to get environ on Darwin (reported by Blake Sweeney). + +Peter -- 2.26.2