Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / ea / f6ee6341deea637f0b39c79db72b5191ed9095
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 BA1BA431FC3\r
6         for <notmuch@notmuchmail.org>; Thu, 24 May 2012 10:09:14 -0700 (PDT)\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 s7UxL7lDrJRu for <notmuch@notmuchmail.org>;\r
16         Thu, 24 May 2012 10:09:14 -0700 (PDT)\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 F2E0F431FBD\r
19         for <notmuch@notmuchmail.org>; Thu, 24 May 2012 10:09:13 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 62B7C100641; Thu, 24 May 2012 20:09:23 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH] NEWS: started 0.13.1 stanza: fix decoding of text/plain parts\r
25         in reply\r
26 Date: Thu, 24 May 2012 20:09:20 +0300\r
27 Message-Id: <1337879360-3113-1-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 1.7.1\r
29 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.13\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Thu, 24 May 2012 17:09:14 -0000\r
43 \r
44 NEWS item for forthcoming 0.13.1 bug fix release: UTF-8 characters were\r
45 incorrectly decoded when inserting reply content from text/plain parts.\r
46 ---\r
47  NEWS |   13 +++++++++++++\r
48  1 files changed, 13 insertions(+), 0 deletions(-)\r
49 \r
50 diff --git a/NEWS b/NEWS\r
51 index 668281c..067dcb7 100644\r
52 --- a/NEWS\r
53 +++ b/NEWS\r
54 @@ -1,3 +1,16 @@\r
55 +Notmuch 0.13.1 (yyyy-mm-dd)\r
56 +===========================\r
57 +\r
58 +Bug-fix release\r
59 +---------------\r
60 +\r
61 +Fix inserting of UTF-8 characters from *text/plain* parts in reply\r
62 +\r
63 +  While notmuch gained ability to insert content from other than *text/plain*\r
64 +  parts of email whenever *text/plain* parts are not available (notably\r
65 +  HTML-only emails), replying to mails that do have *text/plain* the\r
66 +  non-ASCII characters were incorrectly decoded. This is now fixed.\r
67 +\r
68  Notmuch 0.13 (2012-05-15)\r
69  =========================\r
70  \r
71 -- \r
72 1.7.1\r
73 \r