summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index 909c6623..a9cacef9 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -46,6 +46,11 @@ custom_port =
# default_nick will be used if "/nickname" is not specified
rooms = poezio@muc.poezio.eu
+# the method that poezio will use to store your bookmarks online
+# possible value are: privatexml, pep
+# You should not have to modify this, but if you have to, please do.
+use_bookmarks_method =
+
# 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