0

I'm trying to create my own custom buttons in Thunderbird. I am trying to make a "Save as Template" stand-alone button. I've gotten the chrome directory completed but I cannot figure out what the command is in the button.js file. Any help is appreciated.

Wladimir Palant
  • 56,865
  • 12
  • 98
  • 126

1 Answers1

1

You need to associate the command "cmd_saveAsTemplate" with your toolbar button.

For tasks like this one, I recommoned DOM Inspector which lets you dive into the a window's XUL structure.

speedball2001
  • 947
  • 4
  • 7