X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fadd-message.cc;h=f5fac8be751fa2706d09383c07390652e73dc679;hp=34099ed59fbeed7896ebdc933d377005bbaaf71c;hb=4dfcc8c9b2e1dbb965f69283dca50c7581c88050;hpb=0bb05ff693737c5b91d6a64f6209984a6c418c46 diff --git a/lib/add-message.cc b/lib/add-message.cc index 34099ed5..f5fac8be 100644 --- a/lib/add-message.cc +++ b/lib/add-message.cc @@ -546,7 +546,7 @@ notmuch_database_index_file (notmuch_database_t *notmuch, indexopts = def_indexopts; } - ret = _notmuch_message_index_file (message, message_file); + ret = _notmuch_message_index_file (message, indexopts, message_file); if (ret) goto DONE;