X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-index-message.cc;h=3bb62f659dcdc29515bb03c616a56db569b586a3;hp=852f4e16259fba6fee4d5e51918f856a4c6702b4;hb=27c01802c89fb825c144ead13de0f6d6437ba997;hpb=7878175ed943351c39ce5cebc6f10939b2b88422;ds=sidebyside diff --git a/notmuch-index-message.cc b/notmuch-index-message.cc index 852f4e16..3bb62f65 100644 --- a/notmuch-index-message.cc +++ b/notmuch-index-message.cc @@ -436,6 +436,7 @@ gen_terms_part (Xapian::TermGenerator term_gen, g_object_unref (stream); + g_byte_array_append (byte_array, (guint8 *) "\0", 1); body = (char *) g_byte_array_free (byte_array, FALSE); gen_terms_body_str (term_gen, body);