aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-13 07:10:13 +0800
committerDan Winship <danw@src.gnome.org>2000-08-13 07:10:13 +0800
commit85184f711c30f2436a5341b595860fc6d4c74a7d (patch)
treed350453cc0c35b242d60bce1b7319a03dffb6829
parent9178fed291ee57d90636be4f0ca69db80b61df4b (diff)
downloadgsoc2013-evolution-85184f711c30f2436a5341b595860fc6d4c74a7d.tar
gsoc2013-evolution-85184f711c30f2436a5341b595860fc6d4c74a7d.tar.gz
gsoc2013-evolution-85184f711c30f2436a5341b595860fc6d4c74a7d.tar.bz2
gsoc2013-evolution-85184f711c30f2436a5341b595860fc6d4c74a7d.tar.lz
gsoc2013-evolution-85184f711c30f2436a5341b595860fc6d4c74a7d.tar.xz
gsoc2013-evolution-85184f711c30f2436a5341b595860fc6d4c74a7d.tar.zst
gsoc2013-evolution-85184f711c30f2436a5341b595860fc6d4c74a7d.zip
Use mail_tool_get_folder_name here too. (Hm... this directory really
* filter-driver.c (describe_filter_mail): Use mail_tool_get_folder_name here too. (Hm... this directory really shouldn't depend on stuff in mail/, but it already did. We'll have to sort this out later.) svn path=/trunk/; revision=4788
-rw-r--r--filter/ChangeLog7
-rw-r--r--filter/filter-driver.c4
2 files changed, 9 insertions, 2 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 1ec80d08c4..1fcb8e3680 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,10 @@
+2000-08-12 Dan Winship <danw@helixcode.com>
+
+ * filter-driver.c (describe_filter_mail): Use
+ mail_tool_get_folder_name here too. (Hm... this directory really
+ shouldn't depend on stuff in mail/, but it already did. We'll have
+ to sort this out later.)
+
2000-08-11 Dan Winship <danw@helixcode.com>
* filter-driver.c (do_filter_mail): Remove an '#if 0' that must
diff --git a/filter/filter-driver.c b/filter/filter-driver.c
index b86cdf0f04..e22fc7235b 100644
--- a/filter/filter-driver.c
+++ b/filter/filter-driver.c
@@ -435,10 +435,10 @@ static gchar *describe_filter_mail (gpointer in_data, gboolean gerund)
if (gerund)
return g_strdup_printf ("Filtering messages into \"%s\"",
- input->inbox->full_name);
+ mail_tool_get_folder_name (input->inbox));
else
return g_strdup_printf ("Filter messages into \"%s\"",
- input->inbox->full_name);
+ mail_tool_get_folder_name (input->inbox));
}
static void