X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/e6e395435d3ca054ec0dd7f31651a261405f7b48..51816247d2eacf0af3367c0db85d710a7788797b:/NEWS diff --git a/NEWS b/NEWS index c945c245..0e8c37e0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,34 @@ +Notmuch 0.22.1 (UNRELEASED) +=========================== + +Library +------- + +Correct the definition of `LIBNOTMUCH_CHECK_VERSION`. + +Document the (lack of) operations permitted on a closed database. + +Test Suite +---------- + +Fix race condition in dump / restore tests. + +Notmuch-Mutt +------------ + +Use `env` to locate perl. + +Emacs +----- + +Tell `message-mode` mode that outgoing messages are mail + + This makes message-mode configuration behave more predictably. + +Respect charset of MIME parts when reading them + + Fix previous assumption that everyone uses UTF-8. + Notmuch 0.22 (2016-04-26) =========================