aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-03-18 16:31:28 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-03-18 16:31:28 +0800
commit962307293176c46e0f39ac9c0639eacf584a50c4 (patch)
tree2f670fdc2efd541fe012909001400b8c2107a269 /mail/ChangeLog
parent3a1c2dfaef44cebfa223a9d3557913efe36ead3f (diff)
downloadgsoc2013-evolution-962307293176c46e0f39ac9c0639eacf584a50c4.tar
gsoc2013-evolution-962307293176c46e0f39ac9c0639eacf584a50c4.tar.gz
gsoc2013-evolution-962307293176c46e0f39ac9c0639eacf584a50c4.tar.bz2
gsoc2013-evolution-962307293176c46e0f39ac9c0639eacf584a50c4.tar.lz
gsoc2013-evolution-962307293176c46e0f39ac9c0639eacf584a50c4.tar.xz
gsoc2013-evolution-962307293176c46e0f39ac9c0639eacf584a50c4.tar.zst
gsoc2013-evolution-962307293176c46e0f39ac9c0639eacf584a50c4.zip
validate rule & rule is unique. Workaround for #39464. Should this just
2003-03-18 Not Zed <NotZed@Ximian.com> * mail-vfolder.c (new_rule_clicked): validate rule & rule is unique. Workaround for #39464. Should this just use rule_context_add_rule_gui?? svn path=/trunk/; revision=20333
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 82c62c60b4..c2cb4a3252 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,9 @@
2003-03-18 Not Zed <NotZed@Ximian.com>
+ * mail-vfolder.c (new_rule_clicked): validate rule & rule is
+ unique. Workaround for #39464. Should this just use
+ rule_context_add_rule_gui??
+
* mail-search.c (mail_search_destroy): unhook from the html engine
signals here, before we redisplay the message. Also make sure
this processing only happens once. For #39759.