1 [[!meta date="2011-08-01"]]
3 Notmuch 0.7 (2011-08-01)
4 ========================
6 Vim interface improvements
7 --------------------------
9 ### Jason Woofenden provided a number of bug fixes for the Vim interface
11 * fix citation/signature fold lengths
12 * fix cig/cit parsing within multipart/*
13 * fix on-screen instructions for show-signature
14 * fix from list reformatting in search view
15 * fix space key: now archives (did opposite)
17 ### Uwe Kleine-König contributed
19 * use full path for sendmail/doc fix
20 * fix compose temp file name
22 Python Bindings changes
23 -----------------------
25 ### Sebastian Spaeth contributed two changes related to unicode and UTF8:
27 * message tags are now explicitly unicode
28 * query string is encoded as a UTF8 byte string
30 Build-System improvements
31 -------------------------
33 ### Generate notmuch.sym after the relevant object files
35 This fixes a bug in parallel building. Thanks to Thomas Jost for the