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 49197431FAF for ; Thu, 29 Nov 2012 02:03:03 -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 huzyl1rniOkO for ; Thu, 29 Nov 2012 02:03:02 -0800 (PST) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B2EE6431FAE for ; Thu, 29 Nov 2012 02:03:02 -0800 (PST) Received: by mail-wi0-f179.google.com with SMTP id hj6so4875497wib.2 for ; Thu, 29 Nov 2012 02:03:00 -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:x-mailer; bh=ZM03Pk5R7m1Z3Hjk2j2xxwOIhJ+aNRQoK2nXcbncCek=; b=cdPT2A3wSW82DqpqecMC19lQ1c4mGFAp1AIAiaWcNODu9vD2kdVtd9v28gGiXNzIvh +KRO17aatmArDGNvzQ8U2qFL1aQ4r8tPcXOcMW9G+gzcMWkEqa8CGCy5SYzcVlRDlmR7 RmPUBEKgVXDNwca4u1r69ibo0AKtu0HmOvDbbfouAOkYQCrU5S/pZXck8elvcl3fegHe 1PZrp+aBwRhx6YdF6mgec5Xe3OMMPKyUbvDqohyMvSKmOd7wVOMf1mYIcl4u14YvCIAL EkK2II8dhluIO1zlQZcwx3FmS0GaJrMs0B244nJrYbF8JFEiPIu1A9CwXd7vumdQXSxa lb2Q== Received: by 10.216.228.168 with SMTP id f40mr8145641weq.25.1354183380195; Thu, 29 Nov 2012 02:03:00 -0800 (PST) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPS id y3sm10532329wix.6.2012.11.29.02.02.57 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Nov 2012 02:02:58 -0800 (PST) From: markwalters1009 To: notmuch@notmuchmail.org Subject: [PATCH] news: add news entry for notmuch-pick Date: Thu, 29 Nov 2012 10:02:58 +0000 Message-Id: <1354183378-25656-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: Thu, 29 Nov 2012 10:03:03 -0000 --- This is a first draft of a NEWS item for notmuch-pick. It is essentially the first paragraph of the notmuch-pick README. NEWS | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index a4ca03e..dadf92a 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,17 @@ Date range search support ``. Please refer to the `notmuch-search-terms(7)` manual page for details. +New add-on tool: notmuch-pick +----------------------------- + +The new contrib/ tool `notmuch-pick` is an experimental 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. See the notmuch-pick README file for +further details and installation. + Notmuch 0.14 (2012-08-20) ========================= -- 1.7.9.1