John Bieling

Results 739 comments of John Bieling

The backend needs to use https://webextension-api.thunderbird.net/en/stable/addressBooks.provider.html#onsearchrequest to create a virtual search address book. The code you found is the old legacy implementation. The biggest issue is that TbSync is not...

This version is based on PR #16 which tries to fix this issue (and makes the add-on compatible with TB115): [ThunderbirdAttachmentExtractor_1_4.zip](https://github.com/thestonehead/ThunderbirdAttachmentExtractor/files/12163406/ThunderbirdAttachmentExtractor_1_4.zip) Does it fix the reported issue for you in...

Quicktext v6 will support that. Before I send you to the pre-release I need one more piece of information. Where is the *data* (the binary content) for the attachment coming...

Ok, here is some information about the pre-release: https://github.com/jobisoft/quicktext/issues/439#issue-2941411864 Access to local files or mounted network files is possible, but more complicated. The easy part is pulling the data via...

You could try to create your own external script add-on (clone the community script add-on and go from there), and have your own add-on request the required permission. I cannot...

Can you provide the following info; Version of Quicktext: Version of Thunderbird: Name of Dark Theme (download link if possible): OS: I cannot reproduce with Quicktext v6.4.3 and Thunderbird 140

@soma-n8 : Can you specify which version of TB you are using and which version of Quicktext?

Keywords are key-sensitive. At least in 6.4 and later. I am not fully able to understand the space issue. - What keyword activation key are you using? - Where is...

I finally found the code which is responsible for this behavior (while working on the WebExtension rewrite). [[TO=]] should always return the current state. ``` [[TO=...]] [[HEADER=TO|...]] [[TO=...]] ``` Should...

Note to myself: Sanitize contacts, check for [, [[ , ] and ]] and what actually happens if they are used.