Implement option to reset manual folder sorting
Categories
(Thunderbird :: Folder and Message Lists, enhancement, P1)
Tracking
(thunderbird_esr128 unaffected, thunderbird_esr140 wontfix, thunderbird141 wontfix)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr128 | --- | unaffected |
| thunderbird_esr140 | --- | wontfix |
| thunderbird141 | --- | wontfix |
People
(Reporter: aleca, Assigned: aleca)
References
Details
Attachments
(1 file)
When dealing with multiple folders it can happen to accidentally reorder them incorrectly.
It can also happen that the logic fails and the folders are now in a random order which makes it very difficult to restore (bug 1972709).
We should implement a "Reset custom folder sorting" option in the folder pane as a fail safe for users.
| Assignee | ||
Comment 2•8 months ago
|
||
| Assignee | ||
Updated•8 months ago
|
Updated•8 months ago
|
Updated•8 months ago
|
| Assignee | ||
Updated•8 months ago
|
Pushed by arschmitz@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/8be05592162b
Implement an option to reset all custom folder sorting. r=darktrojan
Comment 4•7 months ago
|
||
First let me thank you for implementing a much appreciated option to reset the manual folder sorting!
I have tested this option in Thunderbird Beta 142.0b1 (64-bit) under Windows 11 (64-bit). And I think I have discovered a corner-case, which does not yet work as expected. (I wasn't sure, whether to report this as a new bug or reopen this bug report.)
I have created the following folder structure - three top folders A, B, C and three sub folders 1, 2, 3 of folder A:
A
A->1
A->2
A->3
B
C
What does work: Reordering the top folders and then resetting the manual folder sorting:
B
C
A
A->1
A->2
A->3
What does not work: Reordering the sub folders and then resetting the manual folder sorting:
A
A->2
A->3
A->1
B
C
Comment 5•7 months ago
|
||
(In reply to Alexander Bergmann from comment #4)
First let me thank you for implementing a much appreciated option to reset the manual folder sorting!
I have tested this option in Thunderbird Beta 142.0b1 (64-bit) under Windows 11 (64-bit). And I think I have discovered a corner-case, which does not yet work as expected. (I wasn't sure, whether to report this as a new bug or reopen this bug report.)
I have created the following folder structure - three top folders A, B, C and three sub folders 1, 2, 3 of folder A:
To summarize, it's not recursing into subfolders?
Since this was shipped in a previous milestone (142 just made it to beta) it'd be best for tracking if you could file a new bug, referencing this one.
Updated•7 months ago
|
Updated•7 months ago
|
Updated•7 months ago
|
Description
•