summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-11-26 23:32:19 +0100
committermathieui <mathieui@mathieui.net>2011-11-26 23:32:19 +0100
commitd3e74edfa4c9a5e63aca3a14d4a643b2ca222329 (patch)
tree179beef4ea4b752675b63838592bdc204ac5c4a8 /data
parentfe06d58e74f8ee1193a646e6d25064baaa630a08 (diff)
downloadpoezio-d3e74edfa4c9a5e63aca3a14d4a643b2ca222329.tar.gz
poezio-d3e74edfa4c9a5e63aca3a14d4a643b2ca222329.tar.bz2
poezio-d3e74edfa4c9a5e63aca3a14d4a643b2ca222329.tar.xz
poezio-d3e74edfa4c9a5e63aca3a14d4a643b2ca222329.zip
Add the new option to the default config file
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