diff options
author | mathieui <mathieui@mathieui.net> | 2015-02-21 22:04:03 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-02-21 22:04:03 +0100 |
commit | 2583b6a934fb9b9f4cbe3e669787101b991cd1d5 (patch) | |
tree | 4f718f169289da9cd64674c91da26b49a872a24f /doc | |
parent | 60231c27c7f2d7c7258d2144fd3dae99bf846047 (diff) | |
download | poezio-2583b6a934fb9b9f4cbe3e669787101b991cd1d5.tar.gz poezio-2583b6a934fb9b9f4cbe3e669787101b991cd1d5.tar.bz2 poezio-2583b6a934fb9b9f4cbe3e669787101b991cd1d5.tar.xz poezio-2583b6a934fb9b9f4cbe3e669787101b991cd1d5.zip |
Add a force_remote_bookmarks option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/configuration.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 7a9a28fa..8d39a7de 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -348,6 +348,14 @@ to understand what is :ref:`carbons <carbons-details>` or sender intended it as such. See :ref:`Message Correction <correct-feature>` for more information. + + force_remote_bookmarks + + **Default value:** ``false`` + + Try to retrieve your remote bookmarks, even when your server doesn’t advertise + support. + use_bookmark_method **Default value:** ``[empty]`` |