[mICQ] Notification of incoming messages during auto-away

Rüdiger Kuhlmann micq-list-CKH1bDCG6x4V at ruediger-kuhlmann.de
Sun Feb 11 13:04:34 CET 2007


>--[Martin Stubenschrott]--<stubenschrott at gmx.net>
> On Fri, Jan 19, 2007 at 11:35:05PM +0100, dokubuntux at arcor.de wrote:
> > Is it possible to integrate this feature in micq 0.5.3 or is it even so 
> > easy that I can do it myself (maybe by copying some lines of source-code 
> > and recompiling it - but I have no experience in C/C++)?
> Yeah, I have exactly the same feeling about this feature. I think it
> wouldn't be hard to do if you know where to start.

--- icq_response.c      5 Dec 2006 21:36:32 -0000       1.220
+++ icq_response.c      11 Feb 2007 11:50:20 -0000
@@ -423,7 +423,7 @@

     TabAddIn (cont);

-    if (uiG.idle_flag)
+    if (conn->status != ims_online)
     {
         if ((cont != uiG.last_rcvd) || !uiG.idle_uins || !uiG.idle_msgs)
             s_repl (&uiG.idle_uins, s_sprintf ("%s %s", uiG.idle_uins && uiG.idle_msgs ? uiG.idle_uins : "", cont->nick));

That could be a quick start. I'm checking how to do it cleanly, though.
When would you expect the number to be cleared? Upon entering any command?
Upon the next status change?

> Hopefully, this is planned for 0.5.3 :)

Planned is whatever comes into my mind when I find the time to do something.
Which usually includes patches in my inbox. ;-)

>--[Míra Štěpánek]--<mirousek at gmail.com>
> It would be great to implement this even for the online mode and more nicks
> at the same time ..

Same quesition here. When would you expect the count to be cleared?

-- 
"See, free nations are peaceful nations. Free nations don't attack
 each other. Free nations don't develop weapons of mass destruction."
      - George W. Bush, Milwaukee, Wis., Oct. 3, 2003


More information about the mICQ-List mailing list