NEWS: started 0.13.1 stanza: fix decoding of text/plain parts in reply

NEWS item for forthcoming 0.13.1 bug fix release: UTF-8 characters were
incorrectly decoded when inserting reply content from text/plain parts.
This commit is contained in:
Tomi Ollila 2012-05-24 20:09:20 +03:00 committed by David Bremner
parent d9f61c26a1
commit c2f6c2a407

13
NEWS
View file

@ -1,3 +1,16 @@
Notmuch 0.13.1 (yyyy-mm-dd)
===========================
Bug-fix release
---------------
Fix inserting of UTF-8 characters from *text/plain* parts in reply
While notmuch gained ability to insert content from other than *text/plain*
parts of email whenever *text/plain* parts are not available (notably
HTML-only emails), replying to mails that do have *text/plain* the
non-ASCII characters were incorrectly decoded. This is now fixed.
Notmuch 0.13 (2012-05-15)
=========================