diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-09-12 15:08:30 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-09-12 15:08:30 +0800 |
commit | d0a0d919624b07593913016dae8886c22db8595a (patch) | |
tree | 472dec9a4f6884275addb980a15b192cc2e536b1 /mail | |
parent | b8eefeb931f765e5046244ed98791b7030cec536 (diff) | |
download | gsoc2013-evolution-d0a0d919624b07593913016dae8886c22db8595a.tar.gz gsoc2013-evolution-d0a0d919624b07593913016dae8886c22db8595a.tar.zst gsoc2013-evolution-d0a0d919624b07593913016dae8886c22db8595a.zip |
2007-09-12 mcrha Fix for bug #231178
svn path=/trunk/; revision=34236
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/filtertypes.xml | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4230b241a1..774175b9a8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2007-09-12 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #231178 + + * filtertypes.xml: Added 'label' filtertype to the list. + 2007-09-07 Johnny Jacob <jjohnny@novell.com> ** Partial Fix for #467581. diff --git a/mail/filtertypes.xml b/mail/filtertypes.xml index b10cf182ad..e7571fc665 100644 --- a/mail/filtertypes.xml +++ b/mail/filtertypes.xml @@ -681,6 +681,11 @@ <title>Stop Processing</title> <code>(stop)</code> </part> + <part name="label"> + <title>Set Label</title> + <code>(set-label ${label})</code> + <input type="label" name="label"/> + </part> <part name="colour"> <title>Assign Color</title> <code>(set-colour ${colour})</code> |