X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=02ed670e5e0efad381da2a5d0b794c2334662fb3;hb=6c9cd7d20c0b43d758d6256681a0b6015d17e983;hp=d0d5300c174b9d3fd6767437cd9d99f99d033b5c;hpb=24862d5b5f6124221fd942ff12a48604ad22f20b;p=notmuch diff --git a/NEWS b/NEWS index d0d5300c..02ed670e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,21 @@ +Notmuch 0.17~rc2 (2013-xx-yy) +============================= -Notmuch 0.17 (UNRELEASED) -========================= +Incompatible change in SHA1 computation +--------------------------------------- + +Previously on big endian architectures like sparc and powerpc the +computation of SHA1 hashes was incorrect. This meant that messages +with overlong or missing message-ids were given different computed +message-ids than on more common little endian architectures like i386 +and amd64. If you use notmuch on a big endian architecture, you are +strongly advised to make a backup of your tags using `notmuch dump` +before this upgrade. You can locate the affected files using something +like: + + notmuch dump | \ + awk '/^notmuch-sha1-[0-9a-f]{40} / \ + {system("notmuch search --exclude=false --output=files id:" $1)}' Command-Line Interface ---------------------- @@ -30,6 +45,14 @@ Improved `notmuch new` performance for unchanged folders RFC 2047-encodes the headers, making the output a valid RFC 2822 message. The JSON/sexp format is unchanged. +`notmuch compact` command + + The new `compact` command exposes Xapian's compaction + functionality through a more convenient interface than + `xapian-compact`. `notmuch compact` will compact the database to a + temporary location, optionally backup the original database, and + move the compacted database into place. + Emacs Interface --------------- @@ -91,6 +114,12 @@ Built-in help improvements `notmuch-help` (usually bound to "?"). The bindings listed by `notmuch-help` also now include descriptions of prefixed commands. +Quote replies as they are displayed in show view + + We now render the parts for reply quoting the same way they are + rendered for show. At this time, the notable change is that replies + to text/calendar are now pretty instead of raw vcalendar. + Fixed inconsistent use of configured search order All ways of interactively invoking search now honor the value of @@ -117,6 +146,13 @@ Fixed `notmuch-mua-reply` point placement when signature involved section anymore. Now inserted citation content will definitely go to the body part of the message. +Vim Interface +------------- + + It is now possible to compose new messages in the Vim interface, as + opposed reply to existing messages. There is also support for + going straight to a search (bypassing the folders view). + Notmuch 0.16 (2013-08-03) =========================