Local Folders - Apply columns to - folder and its children - mail account - mail account fails
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird_esr115+ fixed, thunderbird121 fixed)
People
(Reporter: anjeyelf, Assigned: darktrojan)
References
(Blocks 1 open bug, )
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr115+
|
Details | Review |
Windows 10 OS
beta 116.0b7
- 'Local Folders' mail account
- Select 'Inbox'
- set desired column headers
- 'Apply columns to' > 'folder and it's children' > 'Local Folders' > 'Local Folders'
- get pop up asking if I want to apply to all Local Folder folders - click on OK.
Expected Results
All other folders in the 'Local Folders' mail account to have same set of column headers as the 'Inbox'.
Actual Results
Nothing changed. It did not apply same column headers as set in Inbox.
Also reported in Support Forum by a user who downloaded version 115.0.1.
https://support.mozilla.org/en-US/questions/1419628
I tested the issue in beta 116.0b7 and can replicate same problem.
(In reply to Alessandro Castellani [:aleca] from comment #1)
Can you try "Apply current view to..."?
beta 116.0b7
- 'Local Folders' mail account
- Select 'Inbox'
- Set View > Sort by > Date, Descending, Threaded
- All Other folders using View > Sort by > Date, Ascending, UnThreaded
- Make sure to select 'Inbox'
- 'Apply current view to' > 'folder and it's children' > 'Local Folders' > 'Local Folders'
- get pop up asking 'Apply the current fodler's view to Local Folders and it's children' - click on OK.
Expected Result
All folders now using View > Sort by > Date, Descending, Threaded
Actual Result
Check all the other folders: No change, they are all still using View > Sort by > Date, Ascending, UnThreaded
Inbox remains as set using View > Sort by > Date, Descending, Threaded
Updated•2 years ago
|
118.0b4
Still fails:
'Apply columns to' > 'folder and it's children' > 'Local Folders' > 'Local Folders'
Although it does work if you select on a per folder basis. But this is not so helpful if you have alot of top level folders.
'Apply columns to' > 'Folder and its children' > 'Local Folders' > 'Local Folders - Folder name'
Another case in Support Forum.
https://support.mozilla.org/en-US/questions/1419841
Comment hidden (metoo) |
Comment hidden (metoo) |
Comment hidden (metoo) |
Comment hidden (metoo) |
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 10•1 year ago
|
||
The root folder has no message database, so it would throw an exception and the rest of the operation would fail.
Setting the column states worked in 102 because that used folder.setStringProperty
which avoided the error.
Now we write directly to the database, which also doesn't write to the folder cache. We never used the value from the cache anyway.
Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 11•1 year ago
|
||
Pushed by ikey@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/a414e0a65bbe
Fix applying columns or view to a root folder and its descendants. r=mkmelin
Comment 13•1 year ago
|
||
Good for uplift to beta?
Assignee | ||
Comment 14•1 year ago
|
||
Comment on attachment 9364391 [details]
Bug 1846127 - Fix applying columns or view to a root folder and its descendants. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined:
Testing completed (on c-c, etc.): about a week on Daily
Risk to taking this patch (and alternatives if risky):
Comment 16•1 year ago
|
||
Comment on attachment 9364391 [details]
Bug 1846127 - Fix applying columns or view to a root folder and its descendants. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 17•1 year ago
|
||
bugherder uplift |
Thunderbird 121.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/2c2534d17bd6
Assignee | ||
Comment 19•1 year ago
|
||
Comment on attachment 9364391 [details]
Bug 1846127 - Fix applying columns or view to a root folder and its descendants. r=#thunderbird-reviewers
Go on then.
Comment 20•1 year ago
|
||
Comment on attachment 9364391 [details]
Bug 1846127 - Fix applying columns or view to a root folder and its descendants. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr115
Comment 21•1 year ago
|
||
bugherder uplift |
Thunderbird 115.5.2:
https://hg.mozilla.org/releases/comm-esr115/rev/311e464a6cef
Description
•