19 lines
551 B
Diff
19 lines
551 B
Diff
Index: mail/mail-component.c
|
|
===================================================================
|
|
--- mail/mail-component.c.orig
|
|
+++ mail/mail-component.c
|
|
@@ -817,10 +817,13 @@ impl_quit(PortableServer_Servant servant
|
|
mail_config_prune_proxies ();
|
|
switch (mc->priv->quit_state) {
|
|
case MC_QUIT_START: {
|
|
+ extern int camel_application_is_exiting;
|
|
int now = time(NULL)/60/60/24, days;
|
|
gboolean empty_junk;
|
|
|
|
GConfClient *gconf = mail_config_get_gconf_client();
|
|
+
|
|
+ camel_application_is_exiting = TRUE;
|
|
|
|
mail_vfolder_shutdown();
|
|
|