rclconfig: create an empty fields along the others during initial run: necessitated by the conftree change
This commit is contained in:
parent
a544a3e26d
commit
9c7886e2df
@ -1721,7 +1721,7 @@ static const char german_ex[] = "unac_except_trans = \303\244\303\244 \303\204\3
|
|||||||
|
|
||||||
// Create initial user config by creating commented empty files
|
// Create initial user config by creating commented empty files
|
||||||
static const char *configfiles[] = {"recoll.conf", "mimemap", "mimeconf",
|
static const char *configfiles[] = {"recoll.conf", "mimemap", "mimeconf",
|
||||||
"mimeview"};
|
"mimeview", "fields"};
|
||||||
static int ncffiles = sizeof(configfiles) / sizeof(char *);
|
static int ncffiles = sizeof(configfiles) / sizeof(char *);
|
||||||
bool RclConfig::initUserConfig()
|
bool RclConfig::initUserConfig()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user