diff options
Diffstat (limited to 'mail/mail-vfolder.c')
-rw-r--r-- | mail/mail-vfolder.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c index 08bdc6771a..64e92cd072 100644 --- a/mail/mail-vfolder.c +++ b/mail/mail-vfolder.c @@ -37,7 +37,9 @@ struct _vfolder_info { /* list of vfolders available */ static GList *available_vfolders = NULL; static VfolderContext *context; -static EvolutionStorage *vfolder_storage; + +/* Ditto below */ +EvolutionStorage *vfolder_storage; /* GROSS HACK: for passing to other parts of the program */ EvolutionShellClient *global_shell_client = NULL; |