From 347e82b5529a9eecd09eba8419c700c89f8b5b00 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 28 Mar 2013 01:44:05 +0100 Subject: =?UTF-8?q?Add=20a=20(per-tab)=20notif=5Fmessages=20option=20to=20?= =?UTF-8?q?ignore=20MUC=E2=80=99s=20normal=20messages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tabs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3