X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=2e1c054e65a86dc065dda2c6da51610a5a5da8ec;hp=dadf92aa4f09581422293943d64497fc3932ff92;hb=480f44fbe47a068626dbb7c7d9e9b1fb72a5da0f;hpb=869986f725b3dfa0260671e4a1256b8c8c072864 diff --git a/NEWS b/NEWS index dadf92aa..2e1c054e 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,37 @@ 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 +--------------- + +Removal of the deprecated `notmuch-folders` variable + + `notmuch-folders` has been deprecated since the introduction of saved + searches and the notmuch hello view in notmuch 0.3. `notmuch-folders` + has now been removed. Any remaining users should migrate to + `notmuch-saved-searches`. + +Handle errors from bodypart insertions + + 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 the calendar content fail. Now CRs are removed before calling icalendar + to extract icalendar data. In case icalendar extraction fails an error + is thrown for the bodypart insertion function to deal with. + +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 ---------------