trash_folder_name from autoconfig.js does not take effect
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
People
(Reporter: black4fire, Unassigned)
Details
Steps to reproduce:
-
Create a subfolder under Trash named "inbox2025".
-
Close Thunderbird.
-
Under Thunderbird v 128.5.2-0.1, add the following content to the two files:
/usr/lib/thunderbird/defaults/pref/autoconfig.js
pref("general.config.filename", "thunderbird.cfg"); pref("general.config.obscure_value", 0);
/usr/lib/thunderbird/thunderbird.cfg
(Note mailbox number {11})// 1st line is ignored? pref("mail.server.server11.trash_folder_name", "Trash/inbox2025");
-
Start Thunderbird.
-
Remove an email for the affected mailbox from the inbox folder using the [Delete] key.
Actual results:
Even though the entry is created as desired under the advanced Thunderbird settings (about:config), the specified subfolder is neither visually marked as such nor does the email end up there. Instead, the email is stored in the default folder 'Trash'.
Expected results:
The setting for deleting an email using the delete key should be configured so that, when an email is deleted from a mailbox, it ends up in the desired folder /Trash/inbox2025.
Updated•1 month ago
|
Description
•