After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 236352 - Add Filter Actions: follow up, labels
Add Filter Actions: follow up, labels
Status: RESOLVED OBSOLETE
Product: evolution
Classification: Applications
Component: Mailer
3.2.x (obsolete)
Other other
: Normal enhancement
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[filters]
Depends on:
Blocks:
 
 
Reported: 2003-01-06 20:31 UTC by christine
Modified: 2021-05-19 11:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description christine 2003-01-06 20:31: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.
Comment 1 Not Zed 2005-08-04 09:23:46 UTC
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.
Comment 2 André Klapper 2005-08-24 15:46:39 UTC
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.
Comment 3 André Klapper 2005-08-24 15:48:00 UTC
anyway, punting to 2.5
Comment 4 Mikael Nilsson 2005-11-15 18:08:50 UTC
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
Comment 5 André Klapper 2006-03-05 01:22:05 UTC
changing target milestone from 2.5 to future. sorry, too many bugs, too less time.
Comment 6 Matthew Barnes 2008-03-11 00:25:46 UTC
Bumping version to a stable release.
Comment 7 Valentin LEON-BONNET 2009-03-24 15:24:21 UTC
This enhancement would be great, I hope that the future isn't too long...
Comment 8 André Klapper 2012-02-07 13:52:57 UTC
"Set Label" is available as a filter in 3.2.3.
Removing the label is not possible via filters.
Comment 9 André Klapper 2021-05-19 11:11:51 UTC
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.