RealRaven2000 / QuickFolders

Thunderbird Add-on: QuickFolders
http://quickfolders.org/
Other
48 stars 9 forks source link

Advanced Properties - default to / from fields not working in Tb115 #437

Closed RealRaven2000 closed 7 months ago

RealRaven2000 commented 7 months ago

Since Thunderbird 115 the default fields for setting From and To Addresses in the "tab specific properties" dialog do not work anymore:

image

expected behavior is that the from / to addresses are set accordingly in composer when writing a new email. When replying to an email, only "from" address is set (it makes no sense to overwrite to when replying)

RealRaven2000 commented 7 months ago

I was previously using the notifyComposeBodyReady event for this. Instead I am now using an event listener that waits for the compose-editor-ready event and then immediately replaces the headers as requested. Test version below:

QuickFolders-mx-6.4pre66.zip


To test the version above, download the zip file, drag the file into Thunderbird Add-ons Manager, do not extract contents or if won't install.

RealRaven2000 commented 7 months ago

I found an additional issue with setting from / to headers using this dialog, see issue #437

RealRaven2000 commented 7 months ago

Fixed in 6.4 released on 04/12/2023