]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-index-message.cc
[sup-compat] Don't trim trailing whitespace on line introducing quotation.
[notmuch] / notmuch-index-message.cc
index dfcb3ba50c67b56f3757c4c8311b4aa96146fec5..bb393641af1da745841f108ec6022f28e4904f9a 100644 (file)
@@ -377,9 +377,6 @@ gen_terms_body_str (Xapian::TermGenerator term_gen,
            continue;
 
        /* Also skip lines introducing a quote on the next line. */
            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;
 
        if (*line_end == ':' && *next_line == '>')
            continue;