Thunderbird : Saving message in HTML format

How to accomplish saving a message in HTML format ? This is depending on the version installed.

Quite easy though not easy to find on a Raspberry :

Raspberry installed Thunderbird Email Client

You have to select and right click on the message. Then You can choose between many formats.

Thunderbird 115.6.0 (64-bit) installed with Ubuntu 22.04 does not offer so much options. The access to this functionnality is similar :

Likewise You have to select and right click on the message.

You will get a list with options … save as is at the end …

When You have selected “Save As …” You will get further 4 options. The second option is for to save as an HTML file.

Raspian : Shell script does not get executed

Thought havin done everything which has to be done. The file made executable with + x …

-rwxrwxrwx 1 user group 72 jul 9 2023 mouse.sh

The shell script does not executed because I am used to the Ubuntu shell, You execute with

./mouse.sh

wheras when using the Raspberry (Raspian) this is a little bit different :

. mouse.sh