X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=c0b865df02734ac8ddd754ed1287c9271af3ba3f;hp=edbca4cd9075698397e9fc5e5366a0d978a7866f;hb=89c8d279480aa618bed5ef074f9166dbf818e6eb;hpb=d25d33ff2d818d5a423e07b7f465add9c970dc75 diff --git a/NEWS b/NEWS index edbca4cd..c0b865df 100644 --- a/NEWS +++ b/NEWS @@ -483,13 +483,13 @@ Stopped `notmuch dump` failing if someone writes to the database process already has the write lock the dump will not start, so script callers should still check the return value. -`notmuch insert` requires succesful message indexing for success status +`notmuch insert` requires successful message indexing for success status Previously the `notmuch insert` subcommand indicated success even if the message indexing failed, as long as the message was delivered to file system. This could have lead to delivered messages missing tags, etc. `notmuch insert` is now more strict, also requiring - succesful indexing for success status. Use the new `--keep` option + successful indexing for success status. Use the new `--keep` option to revert to the old behaviour (keeping the delivered message file and returning success even if indexing fails).