diff options
Diffstat (limited to 'src/tabs.py')
-rw-r--r-- | src/tabs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py index 171998fd..70247ab2 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -1754,7 +1754,8 @@ class MucTab(ChatTab): if not time and nickname and\ nickname != self.own_nick and\ self.state != 'current': - if self.state != 'highlight': + if self.state != 'highlight' and\ + config.get_by_tabname('notify_messages', 'true', self.get_name()) == 'true': self.state = 'message' nick_color = nick_color or None highlight = False |