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.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 791faf201b..a2f32c56b3 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -271,6 +271,14 @@ owner_unset_cb (EvolutionShellComponent *shell_component, gpointer user_data)
g_idle_add_full (G_PRIORITY_LOW, idle_quit, NULL, NULL);
}
+static void
+debug_cb (EvolutionShellComponent *shell_component, gpointer user_data)
+{
+ extern gboolean camel_verbose_debug;
+
+ camel_verbose_debug = 1;
+}
+
static const EvolutionShellComponentFolderType folder_types[] = {
{ "mail", "evolution-inbox.png" },
{ "mailstorage", "evolution-inbox.png" },
@@ -296,6 +304,8 @@ component_fn (BonoboGenericFactory *factory, void *closure)
GTK_SIGNAL_FUNC (owner_set_cb), NULL);
gtk_signal_connect (GTK_OBJECT (shell_component), "owner_unset",
GTK_SIGNAL_FUNC (owner_unset_cb), NULL);
+ gtk_signal_connect (GTK_OBJECT (shell_component), "debug",
+ GTK_SIGNAL_FUNC (debug_cb), NULL);
gtk_signal_connect (GTK_OBJECT (shell_component), "destroy",
GTK_SIGNAL_FUNC (owner_unset_cb), NULL);
mit/www/bins?h=mate-1.18&id=e8efdd21e5ff43846d793d8491abfecf222c6dc2'>- update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-221-2/+1 * - Change my mail address to araujo@.araujo2007-06-301-1/+1 * - Welcome X.org 7.2 \o/.flz2007-05-202-2/+1 * - Update to 1.1.29rafan2007-03-195-157/+454 * - Fix pkg-plist. Do not delete directories listed in BSD.local.dist.stas2006-09-261-12/+0 * Remove USE_REINPLACE from categories starting with Wedwin2006-05-131-1/+0 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-14/+14 * Chase libversion bumb to libMagick.so.9edwin2006-01-051-1/+1 * - Add SHA256pav2005-11-261-0/+1 * Let the IGNORE message make a bit more sense and change it from:erwin2005-11-01