X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-index-message.cc;h=bb393641af1da745841f108ec6022f28e4904f9a;hb=6363ab32eab64c1618f8d257953f31877d09b2a9;hp=dfcb3ba50c67b56f3757c4c8311b4aa96146fec5;hpb=736bad40ac5cb08e205525741246295f7a7ab1e8;p=notmuch diff --git a/notmuch-index-message.cc b/notmuch-index-message.cc index dfcb3ba5..bb393641 100644 --- a/notmuch-index-message.cc +++ b/notmuch-index-message.cc @@ -377,9 +377,6 @@ gen_terms_body_str (Xapian::TermGenerator term_gen, continue; /* Also skip lines introducing a quote on the next line. */ - while (line_end > line && isspace (*line_end)) - line_end--; - if (*line_end == ':' && *next_line == '>') continue;