RealRaven2000 / quickFilters

Thunderbird Add-on: quickFilters
http://quickfilters.quickfolders.org/
Other
46 stars 11 forks source link

Save attachment to dropping first backslash #94

Closed eng957 closed 2 years ago

eng957 commented 2 years ago

Save attachment to only saves to a network location the first time then drops the first backslash causing it to fail to do anything. After adding the backslash back and trying again it saves a blank file then removes the first backslash.

RealRaven2000 commented 2 years ago

wrong github - this is a request for FiltaQuilla.

I am marking this as duplicate of https://github.com/RealRaven2000/FiltaQuilla/issues/79

it is caused by the way THUNDERBIRD stores conditions.

eng957 commented 2 years ago

I am new to this github bug reporting so help me understand what this means to close this issue and refer me to another closed issue with no apparent solution in either other than some work around involving modifying a configuration file.

RealRaven2000 commented 2 years ago

I am new to this github bug reporting so help me understand what this means to close this issue and refer me to another closed issue with no apparent solution in either other than some work around involving modifying a configuration file.

it means that the function "save attachment" is not from quickFilters. it's from another Add-on names FiltaQuilla, and the bug there reports the same issue. It can only be fixed in FiltaQuilla. I am only using some pages on my quickFIlters add-on for documentation of FiltaQuilla (which I inherited from its author Kent James). The bug discusses workarounds, I haven't been able to fix it so far, no matter what I do Thunderbird drops one of the backslashes. Addons can unfortunately not change the way Thunderbird saves its values, it's hardcoded in the back end and written in C++. So the problem is in Thunderbird Core code here.