upgrade from 68 to 78 forgets name of address book used in message filter to check sender's existence in it (changed to Personal Address Book)
Categories
(Thunderbird :: Filters, defect, P1)
Tracking
(thunderbird_esr68 unaffected, thunderbird_esr78+ fixed, thunderbird80 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr68 | --- | unaffected |
thunderbird_esr78 | + | fixed |
thunderbird80 | --- | fixed |
People
(Reporter: aryx, Assigned: darktrojan)
References
Details
(Keywords: dataloss, regression)
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Review |
Thunderbird 78.1.0 on Windows 8.1
The upgrade from 68 to 78 forgets the name of the address book used in a message filter to check the sender's existence in it (changed to Personal Address Book).
Steps to reproduce:
- With Thunderbird 68, create a new profile.
- Create an email account.
- Open the address book.
- Open menu File > New > Address Book.
- Create an address book with the name "Test".
- Add a contact to it: "Turtle Testing" turtle@testing.example.org
- In menu "Tools", open "Message Filters".
- Add a filter which checks if "From" is in the address book "Test". As action, e.g. choose to move it to the Trash folder.
- Save the filter and exit Thunderbird.
- Launch the profile with Thunderbird 78.
- Check the message filter.
Actual result:
Filter checks against "Personal Address Book" now.
Expected result:
Filter still checks address book "Test".
Assignee | ||
Comment 1•3 years ago
|
||
Yeah, I can see why that would happen. We changed the address books' URIs, and the filters reference URIs.
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/67f3ca8a1259
Migrate address book URIs in message filters. r=mkmelin
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Comment on attachment 9169379 [details]
Bug 1656971 - Migrate address book URIs in message filters. r?mkmelin
[Triage Comment]
Approved for beta
Comment 5•3 years ago
|
||
bugherderuplift |
Thunderbird 80.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/16db5657287f
Comment 6•3 years ago
|
||
Should be a blocker for first automatic update ESR 78 version.
Comment 7•3 years ago
|
||
It is a definite candidate for 78, now that it is fixed.
Walt, can you confirm an update fixes a filter referencing an address book?
Assignee | ||
Updated•3 years ago
|
Comment 8•3 years ago
|
||
Comment on attachment 9169379 [details]
Bug 1656971 - Migrate address book URIs in message filters. r?mkmelin
[Triage Comment]
Approved for esr78
Comment 9•3 years ago
|
||
bugherderuplift |
Thunderbird 78.2.0:
https://hg.mozilla.org/releases/comm-esr78/rev/776fb4444c53
Comment 10•3 years ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #7)
It is a definite candidate for 78, now that it is fixed.
Walt, can you confirm an update fixes a filter referencing an address book?
Just tested with the reporters STR using:
Name Thunderbird
Version 78.2.0
Build ID 20200814165000
on Ubuntu 18.04.5 LTS and the filter still shows "Test".
Description
•