about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-05-24 12:55:43 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-05-24 12:55:43 +0200
commitd03c953d4a74501d32b9e080dddae96600a7a8a9 (patch)
treeaa006f762cf982818d5ad97c2f70fa2138e1f57e /src/config
parent86f0e0ea7033a27a83a5c24091ae1fd5b579296d (diff)
downloadprofani-tty-d03c953d4a74501d32b9e080dddae96600a7a8a9.tar.gz
PoC for bookmark ignore
```
~/.local/share/profanity % cat bookmark_ignore
[ignore]
profanity@rooms.dismail.de=
```

Regards https://github.com/profanity-im/profanity/issues/1115
Diffstat (limited to 'src/config')
-rw-r--r--src/config/files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/files.h b/src/config/files.h
index 1e16802a..0abd7f6f 100644
--- a/src/config/files.h
+++ b/src/config/files.h
@@ -46,6 +46,7 @@
 #define FILE_PLUGIN_THEMES "plugin_themes"
 #define FILE_CAPSCACHE "capscache"
 #define FILE_PROFANITY_IDENTIFIER "profident"
+#define FILE_BOOKMARK_AUTOJOIN_IGNORE "bookmark_ignore"
 
 #define DIR_THEMES "themes"
 #define DIR_ICONS "icons"