Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 6b / 8556e40647316d444e0b195c2bade45e379922
1 Return-Path: <too@guru-group.fi>\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 51689431FAF\r
6         for <notmuch@notmuchmail.org>; Sun,  9 Dec 2012 03:56:44 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 8iTFRRAfdG32 for <notmuch@notmuchmail.org>;\r
16         Sun,  9 Dec 2012 03:56:43 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 69A31431FAE\r
19         for <notmuch@notmuchmail.org>; Sun,  9 Dec 2012 03:56:43 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 004AE10007E; Sun,  9 Dec 2012 13:56:37 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH V3 1/1] NEWS: under-the-hood Emacs interface fixes\r
25 Date: Sun,  9 Dec 2012 13:56:35 +0200\r
26 Message-Id: <1355054195-12330-1-git-send-email-tomi.ollila@iki.fi>\r
27 X-Mailer: git-send-email 1.8.0\r
28 Cc: tomi.ollila@iki.fi\r
29 X-BeenThere: notmuch@notmuchmail.org\r
30 X-Mailman-Version: 2.1.13\r
31 Precedence: list\r
32 List-Id: "Use and development of the notmuch mail system."\r
33         <notmuch.notmuchmail.org>\r
34 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
36 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
37 List-Post: <mailto:notmuch@notmuchmail.org>\r
38 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
39 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
41 X-List-Received-Date: Sun, 09 Dec 2012 11:56:44 -0000\r
42 \r
43 Added the following Emacs Interface NEWS entries:\r
44 \r
45 Catch errors bodypart insertions may throw,\r
46 Improved text/calendar content handling and\r
47 Disabled coding conversions when reading in\r
48 `with-current-notmuch-show-message`.\r
49 \r
50 Thanks to Austin and David for content improvements.\r
51 ---\r
52 \r
53 v2: id:1354920773-27654-1-git-send-email-tomi.ollila@iki.fi\r
54 v1: id:1354488524-12013-1-git-send-email-tomi.ollila@iki.fi\r
55 \r
56  NEWS | 21 +++++++++++++++++++++\r
57  1 file changed, 21 insertions(+)\r
58 \r
59 diff --git a/NEWS b/NEWS\r
60 index 34e7a28..6970178 100644\r
61 --- a/NEWS\r
62 +++ b/NEWS\r
63 @@ -28,6 +28,27 @@ Removal of the deprecated `notmuch-folders` variable\r
64    has now been removed. Any remaining users should migrate to\r
65    `notmuch-saved-searches`.\r
66 \r
67 +Handle errors from bodypart insertions\r
68 +\r
69 +  If displaying the text of a message in show mode causes an error (in\r
70 +  the `notmuch-show-insert-part-*` functions), notmuch no longer cuts\r
71 +  off thread display at the offending message.  The error is now\r
72 +  simply displayed in place of the message.\r
73 +\r
74 +Improved text/calendar content handling\r
75 +\r
76 +  Carriage returns in embedded text/calendar content caused insertion\r
77 +  of the calendar content fail. Now CRs are removed before calling icalendar\r
78 +  to extract icalendar data. In case icalendar extraction fails an error\r
79 +  is thrown for the bodypart insertion function to deal with.\r
80 +\r
81 +Disabled coding conversions when reading in `with-current-notmuch-show-message`\r
82 +\r
83 +  Depending on the user's locale, saving attachments containing 8-bit\r
84 +  data may have performed an unintentional encoding conversion,\r
85 +  corrupting the saved attachment.  This has been fixed by making\r
86 +  `with-current-notmuch-show-message` disable coding conversion.\r
87 +\r
88  Library changes\r
89  ---------------\r
90 \r
91 --\r
92 1.8.0\r