Michael
Michael
> I now have dropped the empty table "oc_oc_filecache_wkiceckq6l6vf" and was restarting the upgrade in the console with occ upgrade and the upgrade was running further. I don´t know which...
Same issue here, RWH seems to use `...` tags for the header lines. This causes Outlook to insert a vertical spacing. I think we could fix this by replacing those...
@jeevatkm See https://github.com/jeevatkm/ReplyWithHeaderMozilla/blob/master/chrome/content/core.js#L366-L368. Here we would need to do the change. If you like, I can provide a pull request.
I do not want to allow remote content in messages and I think TB is configured like that. But if the RWH addon is installed, this TB setting seems to...
I can confirm this issue. Additionally, I observed that the quote border characters are not removed in the plain text part of and email that consists of a HTML and...
@jeevatkm Do you have a timeline to fix this?
A workaround is to install the ReFwdFormatter plugin (https://addons.thunderbird.net/en-US/thunderbird/addon/refwdformatter/) additionally to ReplyWithHeader. It automatically removes the shift to the right in the original message.
Awesome idea! I think it would make sense to also query `OS.runnablejobs`, making the function look like this: ```cpp ostime_t os_timeToNextTimeCriticalJob() { if(OS.runnablejobs) return 0; if (!OS.scheduledjobs) return 0x7FFFFFFFl; //ostime_t_max;...