mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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:
parent
d9f61c26a1
commit
c2f6c2a407
1 changed files with 13 additions and 0 deletions
13
NEWS
13
NEWS
|
@ -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)
|
||||
=========================
|
||||
|
||||
|
|
Loading…
Reference in a new issue