GNOME Bugzilla – Bug 236352
Add Filter Actions: follow up, labels
Last modified: 2021-05-19 11:11:51 UTC
Description of Problem: For Mail features added w/ 1.2, there should be ways to 1) Set and Clear Flag to Follow up fields: Flag string, Due By Date/Time and Completed toggle. 2) Set and Clear Label fields.
this is actually very easy, at least the label stuff is. just need to add new blocks to the filtertypes.xml file, not even any code required.
for the labels, under <actionset> it should be <part name="label"> <title>Set Label</title> <code>(set-label ${label})</code> <input type="label" name="label"/> </part> but don't know how to add "none" to the five labels i get in the UI.
anyway, punting to 2.5
Tried adding this in 2.4.1: <part name="label"> <title>Set Label</title> <code>(set-label ${label})</code> <input type="label" name="label"/> </part> The UI works, but it seems set-label was removed from camel (?) /Mikael
changing target milestone from 2.5 to future. sorry, too many bugs, too less time.
Bumping version to a stable release.
This enhancement would be great, I hope that the future isn't too long...
"Set Label" is available as a filter in 3.2.3. Removing the label is not possible via filters.
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. As part of that, we are mass-closing older open tickets in bugzilla.gnome.org which have not seen updates for a longer time (resources are unfortunately quite limited so not every ticket can get handled). If you can still reproduce the situation described in this ticket in a recent and supported software version, then please follow https://wiki.gnome.org/Community/GettingInTouch/BugReportingGuidelines and create a new enhancement request ticket at https://gitlab.gnome.org/GNOME/evolution/-/issues/ Thank you for your understanding and your help.