summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/default_config.cfg7
-rw-r--r--doc/en/configure.txt5
2 files changed, 11 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
diff --git a/doc/en/configure.txt b/doc/en/configure.txt
index ad2b32d1..cad24be3 100644
--- a/doc/en/configure.txt
+++ b/doc/en/configure.txt
@@ -81,6 +81,11 @@ Configuration options
possible values are: privatexml, pep
You should not have to edit this in a normal use case.
+*use_remote_bookmarks*:: true
+
+ use this option to force the use of local bookmarks if needed.
+ Anything but "false" will be counted as true.
+
*completion*:: normal
the completion type you will use to complete nicknames