summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index a9cacef9..540e021e 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -47,10 +47,15 @@ custom_port =
rooms = poezio@muc.poezio.eu
# the method that poezio will use to store your bookmarks online
-# possible value are: privatexml, pep
+# possible values are: privatexml, pep
# You should not have to modify this, but if you have to, please do.
use_bookmarks_method =
+# use this option to force the use of local bookmarks
+# possible values are: anything/false
+
+use_remote_bookmarks = true
+
# the completion type you will use to complete nicknames
# if "normal", complete the entire name to the first available completion
# and then cycle through the possible completion with the next TABs