X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-index-message.cc;h=79ec81e40c50a956d510980be5bf4682666fffbf;hp=3270aac7cfcdc640d619b19d7ceef1f7170196cc;hb=784779fb6759a0a3990604befeb5e5ee7e7d1145;hpb=30ed705fda4647a19ad243c9301187bb45bf9de8;ds=sidebyside diff --git a/notmuch-index-message.cc b/notmuch-index-message.cc index 3270aac7..79ec81e4 100644 --- a/notmuch-index-message.cc +++ b/notmuch-index-message.cc @@ -379,8 +379,8 @@ gen_terms_body_str (Xapian::TermGenerator term_gen, } line_end = next_line - 1; - /* Trim whitespace. */ - while (*next_line && isspace (*next_line)) + /* Get to the next non-blank line. */ + while (*next_line == '\n') next_line++; /* Skip lines that are quotes. */