diff --git a/src/gajim.py b/src/gajim.py index 1ce26fc1693e472cd9061c26b48cef8070aa28fb..0468b2e42ecddbe589a7f9bf4e09e6715bea99f0 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -1039,6 +1039,9 @@ class Interface: notify.popup(_('New E-mail'), jid, account, 'gmail', path_to_image = path, title = title, text = text) + if self.remote_ctrl: + self.remote_ctrl.raise_signal('NewGmail', (account, array)) + def save_avatar_files(self, jid, photo_decoded, puny_nick = None): '''Save the decoded avatar to a separate file, and generate files for dbus notifications''' puny_jid = helpers.sanitize_filename(jid)