07-08-2005, 10:23 PM
how to use sel on this:
btw. its a subscript of FF_middleclick, in thunderbird i middle click on trash(german->papierkorb) to delete all mails in an account.
middle click on a newsgroup sets all posts to read.
Acc c=acc(mouse)
int hwnd=win(mouse)
if matchw(c.Name "Papier*")
,key Adr
if matchw(c.Name "m.g.germany*")
,key CSc
if matchw(c.Name "g.c.w.power-pro*")
,key CSc
if matchw(c.Name "g.c.w.gui4cli*")
,key CSc
btw. its a subscript of FF_middleclick, in thunderbird i middle click on trash(german->papierkorb) to delete all mails in an account.
middle click on a newsgroup sets all posts to read.