Version: (using KDE KDE 3.5.6) Installed from: SuSE RPMs OS: Linux Kopete should disable all (sound-)notifications for accounts that have the status "Do not disturb". Maybe even for "Away", yet one should be able to turn the latter off.
Marking this as duplicate of the KDE 4.x equivalent, since KDE 3.x is not maintained anymore but it usefull to let users now where to look for the KDE 4.x solution. *** This bug has been marked as a duplicate of bug 184113 ***
SVN commit 1328745 by pali: Disable notifications in Busy status This patch disable all visible KNotification for accounts in Busy status. So now Busy status in Kopete is real Do not Disturb / Busy status without any notifications. Related: bug 184113 Related: bug 205303 Related: bug 229306 M +5 -0 kopete/infoeventwidget.cpp M +5 -0 libkopete/kopeteaccount.cpp M +14 -0 libkopete/kopeteaccount.h M +6 -8 libkopete/kopetechatsession.cpp M +1 -0 libkopete/kopetemetacontact.cpp M +4 -0 libkopete/kopeteutils.cpp M +4 -0 libkopete/private/kopeteviewmanager.cpp M +4 -0 plugins/otr/authenticationwizard.cpp M +6 -0 plugins/privacy/privacyplugin.cpp M +2 -0 protocols/gadu/gaduaccount.cpp M +2 -1 protocols/groupwise/gwaccount.cpp M +4 -0 protocols/jabber/jabberaccount.cpp M +3 -0 protocols/oscar/icq/icqaccount.cpp M +3 -0 protocols/oscar/icq/icqcontact.cpp M +5 -0 protocols/oscar/oscaraccount.cpp M +1 -1 protocols/skype/libskype/skype.cpp M +6 -0 protocols/wlm/wlmaccount.cpp M +17 -0 protocols/yahoo/yahooaccount.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1328745
SVN commit 1328746 by pali: Backport r1328745 to 4.10 branch: Disable notifications in Busy status This patch disable all visible KNotification for accounts in Busy status. So now Busy status in Kopete is real Do not Disturb / Busy status without any notifications. Related: bug 184113 Related: bug 205303 Related: bug 229306 M +5 -0 kopete/infoeventwidget.cpp M +5 -0 libkopete/kopeteaccount.cpp M +14 -0 libkopete/kopeteaccount.h M +6 -8 libkopete/kopetechatsession.cpp M +1 -0 libkopete/kopetemetacontact.cpp M +4 -0 libkopete/kopeteutils.cpp M +4 -0 libkopete/private/kopeteviewmanager.cpp M +4 -0 plugins/otr/authenticationwizard.cpp M +6 -0 plugins/privacy/privacyplugin.cpp M +2 -0 protocols/gadu/gaduaccount.cpp M +2 -1 protocols/groupwise/gwaccount.cpp M +4 -0 protocols/jabber/jabberaccount.cpp M +3 -0 protocols/oscar/icq/icqaccount.cpp M +3 -0 protocols/oscar/icq/icqcontact.cpp M +5 -0 protocols/oscar/oscaraccount.cpp M +1 -1 protocols/skype/libskype/skype.cpp M +6 -0 protocols/wlm/wlmaccount.cpp M +17 -0 protocols/yahoo/yahooaccount.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1328746