diff options
author | mathieui <mathieui@mathieui.net> | 2011-11-26 23:32:19 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2011-11-26 23:32:19 +0100 |
commit | d3e74edfa4c9a5e63aca3a14d4a643b2ca222329 (patch) | |
tree | 179beef4ea4b752675b63838592bdc204ac5c4a8 | |
parent | fe06d58e74f8ee1193a646e6d25064baaa630a08 (diff) | |
download | poezio-d3e74edfa4c9a5e63aca3a14d4a643b2ca222329.tar.gz poezio-d3e74edfa4c9a5e63aca3a14d4a643b2ca222329.tar.bz2 poezio-d3e74edfa4c9a5e63aca3a14d4a643b2ca222329.tar.xz poezio-d3e74edfa4c9a5e63aca3a14d4a643b2ca222329.zip |
Add the new option to the default config file
-rw-r--r-- | data/default_config.cfg | 5 |
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 |