Doc/config file for this new option

This commit is contained in:
mathieui 2011-11-27 13:06:49 +01:00
parent 96a9a88384
commit 8deb901253
2 changed files with 11 additions and 1 deletions

View file

@ -47,10 +47,15 @@ custom_port =
rooms = poezio@muc.poezio.eu rooms = poezio@muc.poezio.eu
# the method that poezio will use to store your bookmarks online # 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. # You should not have to modify this, but if you have to, please do.
use_bookmarks_method = 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 # the completion type you will use to complete nicknames
# if "normal", complete the entire name to the first available completion # if "normal", complete the entire name to the first available completion
# and then cycle through the possible completion with the next TABs # and then cycle through the possible completion with the next TABs

View file

@ -81,6 +81,11 @@ Configuration options
possible values are: privatexml, pep possible values are: privatexml, pep
You should not have to edit this in a normal use case. 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 *completion*:: normal
the completion type you will use to complete nicknames the completion type you will use to complete nicknames