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 EF095431FBD for ; Wed, 13 Nov 2013 04:50:29 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=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 Z8z8YEMRkCNv for ; Wed, 13 Nov 2013 04:50:24 -0800 (PST) Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 4EC98431FB6 for ; Wed, 13 Nov 2013 04:50:24 -0800 (PST) Received: by mail-wg0-f46.google.com with SMTP id x12so352368wgg.1 for ; Wed, 13 Nov 2013 04:50:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=VdO/3SMWHAMPfm8hd4PMXIM25S86or38iiU3s0izHdM=; b=cjxAw8aZnLBHqmxLAIerqjJ70IG/ZDHCLAhf9uYDdis1rBuUKOqhsyZQ8XSpqMh9Eo AEFWigbKAmVe2cUM5dZsDOJKILrkQunHdogPYyycqE923SrAfPNq4QSwU4RFTqUM+8Yh ipE/JLfnACHM32cS4Wr/2AOJohxlbTG6L2PcMvDWzuqYz9+eScZBF9HlBY1wv2iTBP6P pYNF7faOt8Ird44ibudpPVyMfGCUp2bCs6KAcXl2+GdU3skZdBt2KrXEGGfV5KcfMmkG myB7msHFQJCz3Gg8K7c71/rgzMinVJP3v5vAYqFUpfBuXGSNo8z18f9UJD1MZGPchnRV jx6g== X-Received: by 10.180.95.202 with SMTP id dm10mr20413465wib.62.1384347018111; Wed, 13 Nov 2013 04:50:18 -0800 (PST) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id pi6sm54750640wic.3.2013.11.13.04.50.16 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 13 Nov 2013 04:50:17 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH] News for tree-view Date: Wed, 13 Nov 2013 12:50:13 +0000 Message-Id: <1384347013-16817-1-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 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, 13 Nov 2013 12:50:30 -0000 --- This is news for notmuch-tree. I am not sure if it is appropriate to have this big a section but I didn't see anywhere else obvious to put the information. I am also not certain about what markup to be using for NEWS so that is just a best guess. Best wishes Mark NEWS | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 1cbca9f..e3297a3 100644 --- a/NEWS +++ b/NEWS @@ -33,6 +33,36 @@ Improved `notmuch new` performance for unchanged folders Emacs Interface --------------- +`notmuch-tree` (formerly `notmuch-pick`) has been added to mainline. + + `notmuch-tree` is a threaded message view for the emacs + interface. Each message is one line in the results and the thread + structure is shown using UTF-8 box drawing characters (similar to + Mutt's threaded view). It comes between search and show in terms of + amount of output and can be useful for viewing both single threads + and multiple threads. + + Using `notmuch-tree` + + The main key entries to notmuch tree are + + 'z' enter a query to view using notmuch tree (works in hello, search, + show and tree mode itself). + 'Z' view the current query in tree notmuch tree (works from search and show) + + Once in tree mode, keybindings are mostly in line with the rest of + notmuch and are all viewable with '?' as usual. + + Customising `notmuch-tree` + + `notmuch-tree` has several customisation variables. The most + significant is the first notmuch-tree-show-out which determines the + behaviour when selecting a message (with RET) in tree view. By + default tree view uses a split window showing the single message in + the bottom pane. However, if this option is set then it views the + whole thread in the complete window jumping to the selected message + in the thread. In either case command-prefix selects the other option. + Tagging threads in search is now race-free Previously, adding or removing a tag from a thread in a search -- 1.7.9.1