I’m trying to develop a ThunderBird add-on and I need to add a button to statusbar (below composer window). How exactly do I need to write my XUL ?
I have tried this pattern, but it doesn’t work…
<statusbar>
<button></button>
</statusbar>
Thanks in advance!