aboutsummaryrefslogtreecommitdiff
path: root/lib/database.cc
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-02-19 08:41:36 -0400
committerDavid Bremner <david@tethera.net>2021-03-27 09:26:14 -0300
commitdd9112e7d8e89e8566b90379f5f3b1461a2d2845 (patch)
tree0dc50fd5aeb6205ca3bbaa99035f5313be7f3b9d /lib/database.cc
parent7f6aae4f64add17d9750d2d8491930e15fad4fe1 (diff)
CLI/config: default to storing all config in external files
Previously the fact that some configuration options were only stored in the database (and thus editing the config file had no effect) was a source of user confusion. This was fixed with the series ending at d9af0af1646. On the other hand, the underlying partition of config options into those stored by default in the database and those stored in the config file remained. This is also confusing, since now some invocations of "notmuch config set" modify the config file, and others silently modify the database instead. With this commit, it is up to the user to decide which configuration to modify. A new "--database" option is provided for notmuch config to enable modifying the configuration information in the database; otherwise the default is to update an external config file.
Diffstat (limited to 'lib/database.cc')
0 files changed, 0 insertions, 0 deletions