aboutsummaryrefslogtreecommitdiff
path: root/lib/config.cc
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-08-08 11:16:46 -0300
committerDavid Bremner <david@tethera.net>2021-02-06 18:59:00 -0400
commit39580e2d7fde7fbb1d837d49c0b3f675f706e123 (patch)
tree3dc0004257eaf7c139f92673e0a04005dc8bbfab /lib/config.cc
parente5f3c3ed50247323ecbd2a50e3b24a8352d17f8d (diff)
lib/open: add support for config profiles and default locations
Fill in the remainder of the documented functionality for n_d_open_with_config with respect to config file location. Similar searching default locations of the database file still needs to be added.
Diffstat (limited to 'lib/config.cc')
-rw-r--r--lib/config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.cc b/lib/config.cc
index 8bce7ba8..32e5a9b7 100644
--- a/lib/config.cc
+++ b/lib/config.cc
@@ -251,7 +251,7 @@ _notmuch_config_load_from_file (notmuch_database_t *notmuch,
GKeyFile *file)
{
notmuch_status_t status = NOTMUCH_STATUS_SUCCESS;
- gchar **groups,**keys, *val;
+ gchar **groups, **keys, *val;
if (notmuch->config == NULL)
notmuch->config = _notmuch_string_map_create (notmuch);