aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/mail-summary.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 608189fea3..f7a8995a5d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-09 Iain Holmes <iain@helixcode.com>
+
+ * mail-summary.c: Removed the extra arguments to rule_context_load.
+
2000-10-09 Chris Toshok <toshok@helixcode.com>
* subscribe-dialog.c, subscribe-dialog.h: use our own etable to
diff --git a/mail/mail-summary.c b/mail/mail-summary.c
index 9b9b941bf1..50e4599de8 100644
--- a/mail/mail-summary.c
+++ b/mail/mail-summary.c
@@ -247,7 +247,7 @@ generate_folder_summarys (MailSummary *summary)
system = g_strdup_printf ("%s/evolution/vfoldertypes.xml", EVOLUTION_DATADIR);
context = vfolder_context_new ();
- rule_context_load ((RuleContext *)context, system, user, NULL, NULL);
+ rule_context_load ((RuleContext *)context, system, user);
g_free (user);
g_free (system);