Bug 75924

Summary: set away globally sets me idle on MSN
Product: [Unmaintained] kopete Reporter: Richard Smith <kde>
Component: MSN PluginAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: 0.8.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Richard Smith 2004-02-23 15:44:26 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Setting myself to be globally away sets me to be Idle, not Away on MSN. Looks like Idle has been (incorrectly IMO) set to be an Away status not an Online status. Setting myself globally busy again sets me Idle, not Busy.
Comment 1 Olivier Goffart 2004-02-23 15:48:28 UTC
This is because setting globaly away, busy, .... only call  KopeteAccount::setAway() with no param (or just the away message)

in MSN,  the idle status is the one used for auto-away.  that's why i used it.

The solution: Bug 57297
Comment 2 Olivier Goffart 2004-03-11 19:54:06 UTC
mmmh, yes, this is not realy a duplicate bug, maybe i should close it as INVALID insteads.  anyway, the whish 57297 IS the solution.

*** This bug has been marked as a duplicate of 57297 ***