summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bookmark.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bookmark.py b/src/bookmark.py
index 43df29ab..20ea05a7 100644
--- a/src/bookmark.py
+++ b/src/bookmark.py
@@ -110,6 +110,8 @@ def save_privatexml(xmpp):
xmpp.plugin['xep_0048'].set_bookmarks_old(stanza_privatexml())
def save_remote(xmpp, core=None):
+ if config.get('use_remote_bookmarks', 'true').lower() == 'false':
+ return
method = config.get('use_bookmarks_method', '')
if method not in ('pep', 'privatexml'):
try: