Switch to unified view

a/src/common/rclconfig.h b/src/common/rclconfig.h
...
...
444
// for the chert index format, and adopted a setup which renders our
444
// for the chert index format, and adopted a setup which renders our
445
// use of positions list unacceptably slow in cases. 'raw' text here
445
// use of positions list unacceptably slow in cases. 'raw' text here
446
// means that the text is not stripped of upper-case, diacritics, or
446
// means that the text is not stripped of upper-case, diacritics, or
447
// punctuation signs. It is still translated from its original format
447
// punctuation signs. It is still translated from its original format
448
// to UTF-8 plain text.
448
// to UTF-8 plain text.
449
extern bool o_index_storerawtext;
449
extern bool o_index_storedoctext;
450
450
451
// This global variable defines if we use mtime instead of ctime for
451
// This global variable defines if we use mtime instead of ctime for
452
// up-to-date tests. This is mostly incompatible with xattr indexing,
452
// up-to-date tests. This is mostly incompatible with xattr indexing,
453
// in addition to other issues. See recoll.conf comments. 
453
// in addition to other issues. See recoll.conf comments. 
454
extern bool o_uptodate_test_use_mtime;
454
extern bool o_uptodate_test_use_mtime;