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 9609C431FD0 for ; Mon, 26 Dec 2011 06:39:06 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 iLKGTBHP2S+B for ; Mon, 26 Dec 2011 06:39:06 -0800 (PST) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CE29B431FB6 for ; Mon, 26 Dec 2011 06:39:05 -0800 (PST) Received: by eekd41 with SMTP id d41so13394380eek.26 for ; Mon, 26 Dec 2011 06:39:03 -0800 (PST) Received: by 10.14.120.10 with SMTP id o10mr9905156eeh.128.1324910342978; Mon, 26 Dec 2011 06:39:02 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id u53sm44777158eeu.6.2011.12.26.06.39.00 (version=SSLv3 cipher=OTHER); Mon, 26 Dec 2011 06:39:01 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org, david@tethera.net Subject: [PATCH] NEWS: emacs: notmuch-poll-script and saved search news items Date: Mon, 26 Dec 2011 16:38:59 +0200 Message-Id: <1324910339-24854-1-git-send-email-jani@nikula.org> X-Mailer: git-send-email 1.7.5.4 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: Mon, 26 Dec 2011 14:39:07 -0000 --- NEWS | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index eaed960..0d88258 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,22 @@ Hooks supports "pre-new" and "post-new" hooks that are run before and after importing new messages into the database. +New emacs UI features +--------------------- + +Support "notmuch new" as a notmuch-poll-script + + It's now possible to use "notmuch new" as a notmuch-poll-script + directly. This is also the new default. This allows taking better + advantage of the "notmuch new" hooks from emacs without intermediate + scripts. + +Improvements in saved search management + + New saved searches are now appended to the list of saved searches, + not inserted in front. It's also possible to define a sort function + for displaying saved searches; alphabetical sort is provided. + Performance ----------- -- 1.7.5.4