aboutsummaryrefslogtreecommitdiffstats
path: root/filter/vfolder-rule.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-09-26 05:42:16 +0800
committerDan Winship <danw@src.gnome.org>2002-09-26 05:42:16 +0800
commitfec2c01178c64fc628b8638caee3b6712be9a442 (patch)
tree7678580f85b1913a32336f49feb44350645c5815 /filter/vfolder-rule.c
parentf1877fa23bb9e77044759725bb2e5c3b8ca9787f (diff)
downloadgsoc2013-evolution-fec2c01178c64fc628b8638caee3b6712be9a442.tar
gsoc2013-evolution-fec2c01178c64fc628b8638caee3b6712be9a442.tar.gz
gsoc2013-evolution-fec2c01178c64fc628b8638caee3b6712be9a442.tar.bz2
gsoc2013-evolution-fec2c01178c64fc628b8638caee3b6712be9a442.tar.lz
gsoc2013-evolution-fec2c01178c64fc628b8638caee3b6712be9a442.tar.xz
gsoc2013-evolution-fec2c01178c64fc628b8638caee3b6712be9a442.tar.zst
gsoc2013-evolution-fec2c01178c64fc628b8638caee3b6712be9a442.zip
Use "mail/*" as the allowed folder type.
* filter-folder.c (get_widget): Use "mail/*" as the allowed folder type. * vfolder-rule.c (source_add): Likewise svn path=/trunk/; revision=18225
Diffstat (limited to 'filter/vfolder-rule.c')
-rw-r--r--filter/vfolder-rule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/vfolder-rule.c b/filter/vfolder-rule.c
index 053561b4eb..897512242f 100644
--- a/filter/vfolder-rule.c
+++ b/filter/vfolder-rule.c
@@ -377,7 +377,7 @@ select_source_with(GtkWidget *w, struct _source_data *data)
static void
source_add(GtkWidget *widget, struct _source_data *data)
{
- static const char *allowed_types[] = { "mail", NULL };
+ static const char *allowed_types[] = { "mail/*", NULL };
GNOME_Evolution_Folder *folder;
char *def, *uri;
GtkListItem *item;