Frederick Zhang

Results 190 comments of Frederick Zhang

> @Frederick888 would it be possible to use the > |messenger.ComposeLineWrap| API that the Toggle Line Wrap extension > defines to disable wrapping when editing a message with an external...

e.g. `X-ExtEditorR-Attach: /absolute/path/to/file.zip` If user wants to use a different name, we can support something like PKGBUILD: `X-ExtEditorR-Attach: another-name.zip::/absolute/path/to/file.zip`. If the name or path already contains double colons, simply add...

It seems that I have to fully load attachments into memory to achieve this cos `addAttachment()` only accepts `File` objects, and it's not possible to create `File`s from file paths...

I _guess_ it requires EER to listen on [runtime.onMessageExternal](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onMessageExternal), so that you can [runtime.sendMessage](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/sendMessage) from tbkeys. It's a very interesting feature, but also calls for some careful design and plenty...

Could you share a your TB configs and a few screenshots? An example email can be handy too. The fix should be simple but I'm not sure about the expected...

The fix should be https://github.com/Frederick888/external-editor-revived/pull/49. would be nice if you can test it out (and let me know how this actually makes a difference...).

I did some test and it seems that you have to physically type into TB editor for it to preserve trailing spaces and make the email 'flow'. If you just...

I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1780196.

@jobisoft Thanks for reaching out! It's getting late here where I live, and as mentioned above I don't usually use flowed format, so I'll need a little time to think...

@jobisoft Thanks for the background info :) > On many modern clients that looks strange, because the available space is not used. Personally I actually dislike long lines. I find...