MsgFilterList(args) should take targetFilter and pass it to FilterListDialog
Categories
(SeaMonkey :: MailNews: Backend, enhancement)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
Details
(Whiteboard: SM2.53.11)
Attachments
(1 file)
3.61 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
Porting Bug 1002006 to SeaMonkey.
It should be possible to preselect a specific filter by adding
args.filter = targetFilter;
before calling MsgFilterList(args)
It would also be good if we had a mechanism to select a filter when the filter dialog is already open.
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: New filter is not selected if filter dialog is already open
Testing completed (on m-c, etc.): 2.53.11
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: none
![]() |
||
Comment 2•3 years ago
|
||
Comment on attachment 9262552 [details] [diff] [review]
1753891-fld-pass-filter-25311.patch
LGTM
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/e8c6cf6e7215
MsgFilterList(args) should take targetFilter and pass it to FilterListDialog. r=frg
![]() |
||
Updated•3 years ago
|
![]() |
||
Comment 4•3 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/d8db5d9d58680db29a8a55c92c9c23a63090bad0
MsgFilterList(args) should take targetFilter and pass it to FilterListDialog. r=frg a=frg
Description
•