diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 272f5d571a..c0d257399d 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -90,9 +90,9 @@ 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", accepted_dnd_types, exported_dnd_types }, + { "mail", "evolution-inbox.png", TRUE, accepted_dnd_types, exported_dnd_types }, + { "mailstorage", "evolution-inbox.png", FALSE, NULL, NULL }, + { "vtrash", "evolution-trash.png", FALSE, accepted_dnd_types, exported_dnd_types }, { NULL, NULL, NULL, NULL } }; |