diff --git a/src/remote_control.py b/src/remote_control.py index 82dbc54b63d3dfdf277e7d9cc8439c236e40f710..05156cf84dafa87c3560fb6a1034d43e2b532a82 100644 --- a/src/remote_control.py +++ b/src/remote_control.py @@ -346,6 +346,8 @@ class SignalObject(DbusPrototype): else: # account not specified, so change the status of all accounts for acc in gajim.contacts.get_accounts(): + if not gajim.config.get_per('accounts', acc, 'sync_with_global_status'): + continue gobject.idle_add(gajim.interface.roster.send_status, acc, status, message) return None