summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-02-08 20:43:53 +0100
committerDave Davenport <qball@gmpclient.org>2019-02-08 20:43:53 +0100
commit52204a527cfbad35c66030efbfd8742870d0ff04 (patch)
treee7038fee03264dbdddfa84c43743538641bd45f4 /config
parent94ebd7e635a1246007e90eb00730dbf947872855 (diff)
Add option to change location of cache dir.
-cache-dir Fixes: #769
Diffstat (limited to 'config')
-rw-r--r--config/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c
index 855dacdc..c5e569bc 100644
--- a/config/config.c
+++ b/config/config.c
@@ -156,4 +156,6 @@ Settings config = {
.combi_hide_mode_prefix = FALSE,
.matching_negate_char = '-',
+
+ .cache_dir = NULL,
};