maildev@lists.thunderbird.net

Thunderbird email developers

View all threads

Our legacy Add-On does not work in Beta 60 / buttons missing

VS
Volker Schmid
Tue, Jun 19, 2018 2:19 PM

Hello,

we adapted our Add-In regarding the "Add-Ins Guide for Thunderbird 57 and beyond" (https://wiki.mozilla.org/Thunderbird/Add-ons_Guide_57). Now we tested in Thunderbird Beta 60.0b7. But the buttons do not appear. The Add-In seems loaded and we can manually add the buttons using Customize... and Drag&Drop. If done so, the functionality is fine and working.

But how do we get the toolbar-buttons to appear again by default?

I attached the XUL and Manifest files for your reference.

We also wanted to verify if it still works with version 59 (which was initially used for adapting the changes). But we can not find a version 59 for download anywhere :-(

Kind regards,

Volker

Hello, we adapted our Add-In regarding the "Add-Ins Guide for Thunderbird 57 and beyond" (https://wiki.mozilla.org/Thunderbird/Add-ons_Guide_57). Now we tested in Thunderbird Beta 60.0b7. But the buttons do not appear. The Add-In seems loaded and we can manually add the buttons using Customize... and Drag&Drop. If done so, the functionality is fine and working. But how do we get the toolbar-buttons to appear again by default? I attached the XUL and Manifest files for your reference. We also wanted to verify if it still works with version 59 (which was initially used for adapting the changes). But we can not find a version 59 for download anywhere :-( Kind regards, Volker
JK
Jörg Knobloch
Tue, Jun 19, 2018 6:12 PM

On 19/06/2018 16:19, Volker Schmid wrote:

we adapted our Add-In regarding the "Add-Ins Guide for Thunderbird 57
and beyond" (https://wiki.mozilla.org/Thunderbird/Add-ons_Guide_57).
Now we tested in Thunderbird Beta 60.0b7. But the buttons do not
appear. The Add-In seems loaded and we can manually add the buttons
using Customize... and Drag&Drop. If done so, the functionality is
fine and working.

But how do we get the toolbar-buttons to appear again by default?

I attached the XUL and Manifest files for your reference.

We also wanted to verify if it still works with version 59 (which was
initially used for adapting the changes). But we can not find a
version 59 for download anywhere

Hi,

I'm sure Richard Marti can you inspect your add-on. Maybe you can make
it available to us or send a link directly to him and me.

As for 59: http://ftp.mozilla.org/pub/thunderbird/releases/59.0b2/

Jörg.

On 19/06/2018 16:19, Volker Schmid wrote: > we adapted our Add-In regarding the "Add-Ins Guide for Thunderbird 57 > and beyond" (https://wiki.mozilla.org/Thunderbird/Add-ons_Guide_57). > Now we tested in Thunderbird Beta 60.0b7. But the buttons do not > appear. The Add-In seems loaded and we can manually add the buttons > using Customize... and Drag&Drop. If done so, the functionality is > fine and working. > > But how do we get the toolbar-buttons to appear again by default? > > I attached the XUL and Manifest files for your reference. > > We also wanted to verify if it still works with version 59 (which was > initially used for adapting the changes). But we can not find a > version 59 for download anywhere Hi, I'm sure Richard Marti can you inspect your add-on. Maybe you can make it available to us or send a link directly to him and me. As for 59: http://ftp.mozilla.org/pub/thunderbird/releases/59.0b2/ Jörg.
OE
Onno Ekker
Wed, Jun 20, 2018 6:26 AM

On Tue, Jun 19, 2018 at 4:19 PM, Volker Schmid volker.schmid@regify.com
wrote:

Hello,

we adapted our Add-In regarding the "Add-Ins Guide for Thunderbird 57 and
beyond" (https://wiki.mozilla.org/Thunderbird/Add-ons_Guide_57). Now we
tested in Thunderbird Beta 60.0b7. But the buttons do not appear. The
Add-In seems loaded and we can manually add the buttons using Customize...
and Drag&Drop. If done so, the functionality is fine and working.

But how do we get the toolbar-buttons to appear again by default?

I attached the XUL and Manifest files for your reference.

We also wanted to verify if it still works with version 59 (which was
initially used for adapting the changes). But we can not find a version 59
for download anywhere :-(

Kind regards,

Volker

You can check the source of my Mail Redirect add-on. In
mailredirect-compose.js I check if its the first time my add-on is run and
if so, I change a toolbar button and update the currentset attribute of the
toolbar.
The code where this happens starts on line #1180

https://sourceforge.net/p/mailredirect/code/ci/master/tree/chrome/content/mailredirect-compose.js

HTH

Onno

On Tue, Jun 19, 2018 at 4:19 PM, Volker Schmid <volker.schmid@regify.com> wrote: > Hello, > > we adapted our Add-In regarding the "Add-Ins Guide for Thunderbird 57 and > beyond" (https://wiki.mozilla.org/Thunderbird/Add-ons_Guide_57). Now we > tested in Thunderbird Beta 60.0b7. But the buttons do not appear. The > Add-In seems loaded and we can manually add the buttons using Customize... > and Drag&Drop. If done so, the functionality is fine and working. > > But how do we get the toolbar-buttons to appear again by default? > > I attached the XUL and Manifest files for your reference. > > We also wanted to verify if it still works with version 59 (which was > initially used for adapting the changes). But we can not find a version 59 > for download anywhere :-( > > Kind regards, > > Volker > You can check the source of my Mail Redirect add-on. In mailredirect-compose.js I check if its the first time my add-on is run and if so, I change a toolbar button and update the currentset attribute of the toolbar. The code where this happens starts on line #1180 https://sourceforge.net/p/mailredirect/code/ci/master/tree/chrome/content/mailredirect-compose.js HTH Onno