[PATCH] NEWS: emacs: notmuch-poll-script and saved search news items
authorJani Nikula <jani@nikula.org>
Mon, 26 Dec 2011 14:38:59 +0000 (16:38 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:41:18 +0000 (09:41 -0800)
ae/52534a09cdccc71f2bc1befa6336e0d1a85a58 [new file with mode: 0644]

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