From a5dffe9483315278a1943b02a4e0ded63ebb7341 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Mon, 3 Dec 2012 00:48:44 +0200 Subject: [PATCH] [PATCH 1/1] NEWS: under-the-hood Emacs interface fixes --- 0b/04e79e97b1cefb03229cb4670ebd44399c5b20 | 91 +++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 0b/04e79e97b1cefb03229cb4670ebd44399c5b20 diff --git a/0b/04e79e97b1cefb03229cb4670ebd44399c5b20 b/0b/04e79e97b1cefb03229cb4670ebd44399c5b20 new file mode 100644 index 000000000..e99b6c5dc --- /dev/null +++ b/0b/04e79e97b1cefb03229cb4670ebd44399c5b20 @@ -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 007B3431FB6 + for ; Sun, 2 Dec 2012 14:48:52 -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 5UESRrl0aq56 for ; + Sun, 2 Dec 2012 14:48:51 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 0DBF6431FAE + for ; Sun, 2 Dec 2012 14:48:51 -0800 (PST) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id BE0C4100047; Mon, 3 Dec 2012 00:48:46 +0200 (EET) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Subject: [PATCH 1/1] NEWS: under-the-hood Emacs interface fixes +Date: Mon, 3 Dec 2012 00:48:44 +0200 +Message-Id: <1354488524-12013-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: Sun, 02 Dec 2012 22:48:52 -0000 + +Added the following Emacs Interface NEWS entries: + +Catch errors bodypart insertions may throw, +Improved text/calendar content handling and +Don't do coding conversions when reading in +`with-current-notmuch-show-message`. +--- + NEWS | 25 +++++++++++++++++++++++++ + 1 file changed, 25 insertions(+) + +diff --git a/NEWS b/NEWS +index dadf92a..1d0c840 100644 +--- a/NEWS ++++ b/NEWS +@@ -18,6 +18,31 @@ Bcc and Reply-To headers are now available in notmuch show json output + For example notmuch Emacs client can now have these headers visible + when the headers are added to the `notmuch-message-headers` variable. + ++Emacs Interface ++--------------- ++ ++Catch errors bodypart insertions may throw ++ ++Whenever anything inside `notmuch-show-insert-part-*` functions ++threw an error then filling of notmuch show buffer halted there. ++Now the error is caught, user is informed about the error ++and execution is continued with next content filling function. ++ ++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. ++ ++Don't do coding conversions when reading in `with-current-notmuch-show-message` ++ ++In locales that support more than 8-bit characters reading data in ++`with-current-notmuch-show-message` converted data to multibyte format. ++Some cases reversing the conversion did not provide original data. Now ++the input octet stream is buffered in non-converted format for further ++processing. ++ + Library changes + --------------- + +-- +1.8.0 + -- 2.26.2