aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 8e958d6443..294506b670 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -92,7 +92,7 @@ static char *exported_dnd_types[] = {
static const EvolutionShellComponentFolderType folder_types[] = {
{ "mail", "evolution-inbox.png", accepted_dnd_types, exported_dnd_types },
{ "mailstorage", "evolution-inbox.png", NULL, NULL },
- { "vtrash", "evolution-trash.png", NULL, NULL },
+ { "vtrash", "evolution-trash.png", accepted_dnd_types, exported_dnd_types },
{ NULL, NULL, NULL, NULL }
};