[PATCH V3 1/1] NEWS: under-the-hood Emacs interface fixes
authorTomi Ollila <tomi.ollila@iki.fi>
Sun, 9 Dec 2012 11:56:35 +0000 (13:56 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:51:52 +0000 (09:51 -0800)
6b/8556e40647316d444e0b195c2bade45e379922 [new file with mode: 0644]

diff --git a/6b/8556e40647316d444e0b195c2bade45e379922 b/6b/8556e40647316d444e0b195c2bade45e379922
new file mode 100644 (file)
index 0000000..c29aa69
--- /dev/null
@@ -0,0 +1,92 @@
+Return-Path: <too@guru-group.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 51689431FAF\r
+       for <notmuch@notmuchmail.org>; Sun,  9 Dec 2012 03:56:44 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 8iTFRRAfdG32 for <notmuch@notmuchmail.org>;\r
+       Sun,  9 Dec 2012 03:56:43 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 69A31431FAE\r
+       for <notmuch@notmuchmail.org>; Sun,  9 Dec 2012 03:56:43 -0800 (PST)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id 004AE10007E; Sun,  9 Dec 2012 13:56:37 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH V3 1/1] NEWS: under-the-hood Emacs interface fixes\r
+Date: Sun,  9 Dec 2012 13:56:35 +0200\r
+Message-Id: <1355054195-12330-1-git-send-email-tomi.ollila@iki.fi>\r
+X-Mailer: git-send-email 1.8.0\r
+Cc: tomi.ollila@iki.fi\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 09 Dec 2012 11:56:44 -0000\r
+\r
+Added the following Emacs Interface NEWS entries:\r
+\r
+Catch errors bodypart insertions may throw,\r
+Improved text/calendar content handling and\r
+Disabled coding conversions when reading in\r
+`with-current-notmuch-show-message`.\r
+\r
+Thanks to Austin and David for content improvements.\r
+---\r
+\r
+v2: id:1354920773-27654-1-git-send-email-tomi.ollila@iki.fi\r
+v1: id:1354488524-12013-1-git-send-email-tomi.ollila@iki.fi\r
+\r
+ NEWS | 21 +++++++++++++++++++++\r
+ 1 file changed, 21 insertions(+)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index 34e7a28..6970178 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -28,6 +28,27 @@ Removal of the deprecated `notmuch-folders` variable\r
+   has now been removed. Any remaining users should migrate to\r
+   `notmuch-saved-searches`.\r
+\r
++Handle errors from bodypart insertions\r
++\r
++  If displaying the text of a message in show mode causes an error (in\r
++  the `notmuch-show-insert-part-*` functions), notmuch no longer cuts\r
++  off thread display at the offending message.  The error is now\r
++  simply displayed in place of the message.\r
++\r
++Improved text/calendar content handling\r
++\r
++  Carriage returns in embedded text/calendar content caused insertion\r
++  of the calendar content fail. Now CRs are removed before calling icalendar\r
++  to extract icalendar data. In case icalendar extraction fails an error\r
++  is thrown for the bodypart insertion function to deal with.\r
++\r
++Disabled coding conversions when reading in `with-current-notmuch-show-message`\r
++\r
++  Depending on the user's locale, saving attachments containing 8-bit\r
++  data may have performed an unintentional encoding conversion,\r
++  corrupting the saved attachment.  This has been fixed by making\r
++  `with-current-notmuch-show-message` disable coding conversion.\r
++\r
+ Library changes\r
+ ---------------\r
+\r
+--\r
+1.8.0\r