diff options
author | mathieui <mathieui@mathieui.net> | 2014-10-12 23:06:44 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-10-12 23:06:44 +0200 |
commit | 5a5d5812edeb852232ea22f8b10e6d2073ca05d1 (patch) | |
tree | 287f1828f4efa83ffc66ac09da823fb6c34ae23d /doc/source | |
parent | 6c62f624024e954217b7217a691469484ffb70d2 (diff) | |
download | poezio-5a5d5812edeb852232ea22f8b10e6d2073ca05d1.tar.gz poezio-5a5d5812edeb852232ea22f8b10e6d2073ca05d1.tar.bz2 poezio-5a5d5812edeb852232ea22f8b10e6d2073ca05d1.tar.xz poezio-5a5d5812edeb852232ea22f8b10e6d2073ca05d1.zip |
Add an open_all_bookmarks option
this option determines if the non-autojoin bookmarks will
be opened on startup or not.
It is false by default.
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/configuration.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 419e1880..32d82f7a 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -197,6 +197,13 @@ Options related to account configuration, nicknameā¦ The status message poezio will send when connecting. + open_all_bookmarks + + **Default value:** ``false`` + + If this option is set to ``true``, all remote bookmarks, even + those that do not have autojoin, will be opened on startup. + (the tabs without autojoin will not be joined) |