Re: emacs complains about encoding?
[notmuch-archives.git] / 74 / 93c6afd5a6d5238de30a26a014ecd961508c8e
1 Return-Path: <schnouki@schnouki.net>\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 94C42429E3D\r
6         for <notmuch@notmuchmail.org>; Wed,  4 Jan 2012 01:25:31 -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.1\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id GSQMkjQXcsN6 for <notmuch@notmuchmail.org>;\r
17         Wed,  4 Jan 2012 01:25:31 -0800 (PST)\r
18 Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
19         by olra.theworths.org (Postfix) with ESMTP id EC24B431FD0\r
20         for <notmuch@notmuchmail.org>; Wed,  4 Jan 2012 01:25:30 -0800 (PST)\r
21 Received: from thor.loria.fr (thor.loria.fr [152.81.12.250])\r
22         by ks3536.kimsufi.com (Postfix) with ESMTPSA id 848E06A0026;\r
23         Wed,  4 Jan 2012 10:25:29 +0100 (CET)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
25         s=key-schnouki; t=1325669129;\r
26         bh=OxutfamxBezTJ55A9JzAt+TBA5wljwAAEgo9r1XZlO0=;\r
27         h=From:To:Subject:Date:Message-Id:In-Reply-To:References;\r
28         b=f8ay00ZEdEFXDBlmdQo1+bwDpLryTt5RuhtFT15dugycf6bXddU0v7juycZhrfQCx\r
29         JyOnFf16otnmBze3TRPYIuz9HRKN356o6kOh5mfedyAqrX6k1cq6SjTTizlJ/qAlo7\r
30         U5S2Mtl83DtRFfDSfHEWg2JT4rOo2KSZwZk8wew4=\r
31 From: Thomas Jost <schnouki@schnouki.net>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH] Update NEWS for Emacs changes\r
34 Date: Wed,  4 Jan 2012 10:25:07 +0100\r
35 Message-Id: <1325669107-8293-1-git-send-email-schnouki@schnouki.net>\r
36 X-Mailer: git-send-email 1.7.8.1\r
37 In-Reply-To: <8739byiaef.fsf@zancas.localnet>\r
38 References: <8739byiaef.fsf@zancas.localnet>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Wed, 04 Jan 2012 09:25:31 -0000\r
52 \r
53 ---\r
54 Hello world,\r
55 \r
56 Here's my part. (Also describes Ivy Foster's patch for notmuch-hello-mode-hook.)\r
57 \r
58 Regards,\r
59 Thomas\r
60 \r
61  NEWS |   19 +++++++++++++++++++\r
62  1 files changed, 19 insertions(+), 0 deletions(-)\r
63 \r
64 diff --git a/NEWS b/NEWS\r
65 index 6650126..8a3ff5a 100644\r
66 --- a/NEWS\r
67 +++ b/NEWS\r
68 @@ -34,6 +34,25 @@ Improvements in saved search management\r
69    not inserted in front. It's also possible to define a sort function\r
70    for displaying saved searches; alphabetical sort is provided.\r
71  \r
72 +Hooks for notmuch-hello\r
73 +\r
74 +  Two new hooks have been added: "notmuch-hello-mode-hook" (called after\r
75 +  entering notmuch-hello-mode) and "notmuch-hello-refresh-hook" (called\r
76 +  after updating a notmuch-hello buffer).\r
77 +\r
78 +New face for crypto parts headers\r
79 +\r
80 +  Crypto parts used to be displayed with a hardcoded color. A new face\r
81 +  has been introduced to fix this: notmuch-crypto-part-header. It\r
82 +  defaults to the same value as before, but can be customized to match\r
83 +  other color themes.\r
84 +\r
85 +Use space as default thousands separator\r
86 +\r
87 +  Big numbers in notmuch-hello are now displayed using a space as\r
88 +  thousands separator (e.g. "123 456" instead of "123,456"). This can be\r
89 +  changed by customizing "notmuch-hello-thousands-separator".\r
90 +\r
91  Performance\r
92  -----------\r
93  \r
94 -- \r
95 1.7.8.1\r
96 \r