projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[sup-compat] Don't trim trailing whitespace on line introducing quotation.
[notmuch]
/
notmuch-index-message.cc
diff --git
a/notmuch-index-message.cc
b/notmuch-index-message.cc
index dfcb3ba50c67b56f3757c4c8311b4aa96146fec5..bb393641af1da745841f108ec6022f28e4904f9a 100644
(file)
--- 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;