[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / ae / 52534a09cdccc71f2bc1befa6336e0d1a85a58
1 Return-Path: <jani@nikula.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 9609C431FD0\r
6         for <notmuch@notmuchmail.org>; Mon, 26 Dec 2011 06:39:06 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id iLKGTBHP2S+B for <notmuch@notmuchmail.org>;\r
16         Mon, 26 Dec 2011 06:39:06 -0800 (PST)\r
17 Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com\r
18  [74.125.83.53])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  CE29B431FB6    for <notmuch@notmuchmail.org>; Mon, 26 Dec 2011 06:39:05 -0800\r
21  (PST)\r
22 Received: by eekd41 with SMTP id d41so13394380eek.26\r
23         for <notmuch@notmuchmail.org>; Mon, 26 Dec 2011 06:39:03 -0800 (PST)\r
24 Received: by 10.14.120.10 with SMTP id o10mr9905156eeh.128.1324910342978;\r
25         Mon, 26 Dec 2011 06:39:02 -0800 (PST)\r
26 Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi.\r
27         [80.220.92.23])\r
28         by mx.google.com with ESMTPS id u53sm44777158eeu.6.2011.12.26.06.39.00\r
29         (version=SSLv3 cipher=OTHER); Mon, 26 Dec 2011 06:39:01 -0800 (PST)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org,\r
32         david@tethera.net\r
33 Subject: [PATCH] NEWS: emacs: notmuch-poll-script and saved search news items\r
34 Date: Mon, 26 Dec 2011 16:38:59 +0200\r
35 Message-Id: <1324910339-24854-1-git-send-email-jani@nikula.org>\r
36 X-Mailer: git-send-email 1.7.5.4\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Mon, 26 Dec 2011 14:39:07 -0000\r
50 \r
51 ---\r
52  NEWS |   16 ++++++++++++++++\r
53  1 files changed, 16 insertions(+), 0 deletions(-)\r
54 \r
55 diff --git a/NEWS b/NEWS\r
56 index eaed960..0d88258 100644\r
57 --- a/NEWS\r
58 +++ b/NEWS\r
59 @@ -11,6 +11,22 @@ Hooks\r
60    supports "pre-new" and "post-new" hooks that are run before and after\r
61    importing new messages into the database.\r
62  \r
63 +New emacs UI features\r
64 +---------------------\r
65 +\r
66 +Support "notmuch new" as a notmuch-poll-script\r
67 +\r
68 +  It's now possible to use "notmuch new" as a notmuch-poll-script\r
69 +  directly. This is also the new default. This allows taking better\r
70 +  advantage of the "notmuch new" hooks from emacs without intermediate\r
71 +  scripts.\r
72 +\r
73 +Improvements in saved search management\r
74 +\r
75 +  New saved searches are now appended to the list of saved searches,\r
76 +  not inserted in front. It's also possible to define a sort function\r
77 +  for displaying saved searches; alphabetical sort is provided.\r
78 +\r
79  Performance\r
80  -----------\r
81  \r
82 -- \r
83 1.7.5.4\r
84 \r