summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-11-27 13:06:49 +0100
committermathieui <mathieui@mathieui.net>2011-11-27 13:06:49 +0100
commit8deb9012537a9a3697fcf13c95f638dab789a3d6 (patch)
treed5599109d93b5e96e9b202ee73d95daa513b3ea4 /data
parent96a9a883849371cf24f73ddb28d4bf7b5edf719d (diff)
downloadpoezio-8deb9012537a9a3697fcf13c95f638dab789a3d6.tar.gz
poezio-8deb9012537a9a3697fcf13c95f638dab789a3d6.tar.bz2
poezio-8deb9012537a9a3697fcf13c95f638dab789a3d6.tar.xz
poezio-8deb9012537a9a3697fcf13c95f638dab789a3d6.zip
Doc/config file for this new option
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