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