Switch to side-by-side view
--- a/src/index/recollindex.cpp +++ b/src/index/recollindex.cpp @@ -477,7 +477,7 @@ Usage(); if ((op_flags & OPT_Z) && (op_flags & (OPT_m))) Usage(); - if ((op_flags & OPT_E) && (op_flags & ~OPT_E)) { + if ((op_flags & OPT_E) && (op_flags & ~(OPT_E|OPT_c))) { Usage(); } string reason;