So I searched on here for a way to hide messages when set to away, WITHOUT having to hide all of adium...needless to say it isn't possible yet, but I came across this script someone did (im sorry I forgot who

) and it's not exactly working, but its a pretty good start.
Code: Select all
tell application "Adium"
if my status is away or (my status is away and idle) then
set mywindows to windows
repeat with i from 1 to number of items in mywindows
set awindow to item i of windows
if (name of item i of windows as string is not "Contacts") then
set miniaturized of item i of windows to true
end if
end repeat
end if
end tell
Noone replied to him to say if the code is terrible or almost there or anything, and it was an old thread, so I'm resubmitting it for evaluation kinda, cause I would really like that functionality. Can anyone say if this is a possibility? Or just tell me it won't work and why please?
Thanks