Michael Ganss
Michael Ganss
I haven't found an older portable version of Thunderbird, only the latest stable. But it seems you can also have different versions of Thunderbird installed [side-by-side](http://kb.mozillazine.org/Go_back_to_an_old_version_of_Thunderbird). I'll try it once...
Yeah, exactly what's mentioned in #14. This should be a configuration switch that optionally flips the current behavior, i.e. click for character, shift-click for image. Feel free to submit a...
Also, it would be cool to optionally show only platform emoji characters in the side pane. This will result in missing glyphs on many platforms but maybe these can be...
I've added an option to insert characters instead of images by default. This option reverses the behavior, i.e. you get characters with a regular click and images with shift-click.
I have no idea why this might be the case. In Partner Center China is selected in the list of markets. There are a lot more regions in that list...
I'll try and add this to the next release.
In the new version for 102 that uses a web extension it's hard to distinguish between the focus being in the subject vs the message body. Does the first emoji...
Try clicking in the message body right before you click the emoji button in the toolbar.
I'm seeing this, too. If you double-click the image, the preview image shows and if you click OK, the image appears in the message body, too. Also, if you save...
This should be fairly easy to implement (if the relevant APIs provide the necessary functionality). [Here's the code for Outlook](https://github.com/mganss/EmojiAddIn/blob/bee6cf1d7d3097148dfcab456ade89d93e1509c5/AddInCompose/TaskPane/emoji.js#L20-L49) and [here is the code for Thunderbird](https://github.com/mganss/EmojiAddIn/blob/bee6cf1d7d3097148dfcab456ade89d93e1509c5/thunderbird/emoji%40ganss.org/chrome/content/emoji.js#L29-L40).