From: Tomi Ollila Date: Fri, 7 Dec 2012 22:52:53 +0000 (+0200) Subject: [PATCH V2 1/1] NEWS: under-the-hood Emacs interface fixes X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4cd3b1df7e07eba0138a4cf9cb2cbd0f958a1f57;p=notmuch-archives.git [PATCH V2 1/1] NEWS: under-the-hood Emacs interface fixes --- diff --git a/b0/a3dfacfd21d6303c6db5b40d4c2a72b5a157b6 b/b0/a3dfacfd21d6303c6db5b40d4c2a72b5a157b6 new file mode 100644 index 000000000..b5eb20760 --- /dev/null +++ b/b0/a3dfacfd21d6303c6db5b40d4c2a72b5a157b6 @@ -0,0 +1,91 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 032D0431FAF + for ; Fri, 7 Dec 2012 14:53:00 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id wvDT9+Yilluf for ; + Fri, 7 Dec 2012 14:52:59 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 82CEA431FAE + for ; Fri, 7 Dec 2012 14:52:59 -0800 (PST) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id E807E100047; Sat, 8 Dec 2012 00:52:55 +0200 (EET) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Subject: [PATCH V2 1/1] NEWS: under-the-hood Emacs interface fixes +Date: Sat, 8 Dec 2012 00:52:53 +0200 +Message-Id: <1354920773-27654-1-git-send-email-tomi.ollila@iki.fi> +X-Mailer: git-send-email 1.8.0 +Cc: tomi.ollila@iki.fi +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 07 Dec 2012 22:53:00 -0000 + +Added the following Emacs Interface NEWS entries: + +Catch errors bodypart insertions may throw, +Improved text/calendar content handling and +Disabled coding conversions when reading in +`with-current-notmuch-show-message`. + +Thanks to Austin for improved content parts. +--- + +This replaces id:1354488524-12013-1-git-send-email-tomi.ollila@iki.fi + + NEWS | 21 +++++++++++++++++++++ + 1 file changed, 21 insertions(+) + +diff --git a/NEWS b/NEWS +index 34e7a28..6970178 100644 +--- a/NEWS ++++ b/NEWS +@@ -28,6 +28,27 @@ Removal of the deprecated `notmuch-folders` variable + has now been removed. Any remaining users should migrate to + `notmuch-saved-searches`. + ++Handle errors bodypart insertions may throw ++ ++ If displaying the text of a message in show mode causes an error (in ++ the `notmuch-show-insert-part-*` functions), notmuch no longer cuts ++ off thread display at the offending message. The error is now ++ simply displayed in place of the message. ++ ++Improved text/calendar content handling ++ ++ Carriage returns in embedded text/calendar content caused insertion ++ of calendar content fail. Now CRs are removed before calling icalendar ++ to extract icalendar data. In case icalendar extraction fails an error ++ is thrown for bodypart insertion function to react upon it. ++ ++Disabled coding conversions when reading in `with-current-notmuch-show-message` ++ ++ Depending on the user's locale, saving attachments containing 8-bit ++ data may have performed an unintentional encoding conversion, ++ corrupting the saved attachment. This has been fixed by making ++ `with-current-notmuch-show-message` disable coding conversion. ++ + Library changes + --------------- + +-- +1.8.0