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 CE61F431FCB for ; Fri, 4 May 2012 17:37:01 -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 rJJ5GT6QZhXu for ; Fri, 4 May 2012 17:37:01 -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 2C84F431FAE for ; Fri, 4 May 2012 17:37:01 -0700 (PDT) Received: by pbbrr13 with SMTP id rr13so5030775pbb.26 for ; Fri, 04 May 2012 17:37:00 -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=AfPpTj02NjmyBhi0Z0DWBlSwkBmuw13aiVIbDdgQ7EM=; b=QJRDFlQ5JA7+htV4jzXkjffQyMCpIFfc0sr/0MptIxM+4DKNDa9RItgn+XYr7S6DZa g1k/uS2opSMVWi/x0xeU6ESMGYZ75WeG0tXKdwDNpOydmHmlOYyemLdLK3n77b8sLyCe Flq4VqXiszJijdcum0fKZK/4yRQ6I4yNoyzdS/nevE+t9++sGzS2981DIFNCOSjtaJzW toYqgg2t3m/npjk/DEuOrC2trHTUcFaKjEItmZKcOu18moaQqQmTrUVb/CdmecmivW8o RTv7ol3fNXJfu8aQjN3XHeqbSqkwz907djbQs/NkG/vz1DYYia4DjlMdfz/durIT3mkD D7Ig== Received: by 10.68.224.167 with SMTP id rd7mr23570354pbc.129.1336178220398; Fri, 04 May 2012 17:37:00 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id rt4sm10103932pbc.3.2012.05.04.17.36.57 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 May 2012 17:36:58 -0700 (PDT) Date: Sat, 5 May 2012 10:36:53 +1000 Message-ID: <20120505103653.GA3566@hili.localdomain> From: Peter Wang To: notmuch@notmuchmail.org Subject: [announce] Bower 0.3 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, 05 May 2012 00:37:02 -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.3 (2012-05-05) ====================== * Add bulk tagging operations; see keys 't', 'T', ' and ". * Reply-to-all is now bound to 'e' (everyone). * Make 'g'/'G' synonyms for Home/End. * '/' now matches tag and attachment file names. * '?' performs reverse search. * index: Reply directly from index view. * index: Support F, [, ] keys. * index: Complete tags after "+tag:", "-tag:", "+is:", "-is:". * index: Poll for 'unread' instead of not 'sent' messages. * thread/pager: 'R' recalls postponed message. * thread/pager: 'O' toggles flat message list, ordered by time. * thread/pager: Use attachment file extension for temporary files. * compose: 'D' discards new changes to postponed message. * compose: Expand addressbook aliases after returning from editor. * compose: Support changing media type of new attachments. * compose: Display new attachment file sizes. * compose: Add Date header when postponing drafts. * recall: 'd' deletes a draft message. * config: Default search terms can be set with the ~default alias. * config: Let editor be set in config file. * Word-based completion for tag names. * Parse and display message/rfc822 parts. * Minor UI changes. * Bug fixes and optimisations. * Statically link Mercury libraries by default. Peter