vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <Bindings> |
2 | <Binding name="MAILTOLOG" description="Display MailTo log" header="MAILTO"> |
||
3 | MailTo_command(''); |
||
4 | </Binding> |
||
5 | <Binding name="MAILTOEX" description="Display Inbox expirations"> |
||
6 | MailTo_expire('active'); |
||
7 | </Binding> |
||
8 | <Binding name="MAILTOMAIL" description="Toggle MailTo Inbox window"> |
||
9 | MailTo_inbox(''); |
||
10 | </Binding> |
||
11 | </Bindings> |